Fix typo in DSL marker message

#KT-17318 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2017-04-11 02:02:07 +03:00
parent 1fbd8f3f53
commit 44170f3357
@@ -443,7 +443,7 @@ public class DefaultErrorMessages {
MAP.put(INAPPLICABLE_MODIFIER, "''{0}'' modifier is inapplicable. The reason is that {1}", TO_STRING, STRING);
MAP.put(DSL_SCOPE_VIOLATION, "''{0}'' can't be called in this context by implicit receiver. " +
MAP.put(DSL_SCOPE_VIOLATION, "''{0}'' can''t be called in this context by implicit receiver. " +
"Use the explicit one if necessary", COMPACT);
MAP.put(RETURN_IN_FUNCTION_WITH_EXPRESSION_BODY,