Minor: fix in comment

This commit is contained in:
Nikolay Krasko
2018-05-16 20:30:22 +03:00
parent 580e2972db
commit 2754429573
@@ -41,7 +41,7 @@ public interface FunctionDescriptor extends CallableMemberDescriptor {
FunctionDescriptor substitute(@NotNull TypeSubstitutor substitutor);
/**
* This method should be used with q Wgreat care, because if descriptor is substituted one, calling 'getOverriddenDescriptors'
* This method should be used with a great care, because if descriptor is substituted one, calling 'getOverriddenDescriptors'
* may force lazy computation, that's unnecessary in most cases.
* So, if 'getOriginal().getOverriddenDescriptors()' is enough for you, please use it instead.
* @return