Minor: typo fix (KT-23309)

#KT-23309 Fixed
This commit is contained in:
Nikolay Krasko
2018-03-23 17:36:36 +03:00
parent 0f441760c2
commit c5e8374fa8
@@ -2061,7 +2061,7 @@ public abstract class StackValue {
@NotNull CallableDescriptor descriptor
) {
throw new RuntimeException(
"Augment assignment and increment are not supported for local delegated properties ans inline properties: " +
"Augment assignment and increment are not supported for local delegated properties and inline properties: " +
descriptor);
}
}