diff --git a/core/descriptors/src/org/jetbrains/kotlin/descriptors/FunctionDescriptor.java b/core/descriptors/src/org/jetbrains/kotlin/descriptors/FunctionDescriptor.java index 537006ee9e6..bb0af3e2fc3 100644 --- a/core/descriptors/src/org/jetbrains/kotlin/descriptors/FunctionDescriptor.java +++ b/core/descriptors/src/org/jetbrains/kotlin/descriptors/FunctionDescriptor.java @@ -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