@@ -58,14 +58,14 @@ private val DIAGNOSTIC_FACTORY_TO_RENDERER by lazy {
58
58
put(ErrorsJs .NESTED_JS_MODULE_PROHIBITED , " @JsModule and @JsNonModule can't appear on here since the file is already " +
59
59
" marked by either @JsModule or @JsNonModule" )
60
60
put(ErrorsJs .CALL_TO_JS_MODULE_WITHOUT_MODULE_SYSTEM ,
61
- " Can't access {0} marked with @JsModule annotation from non-modular project" , Renderers .DECLARATION_NAME_WITH_KIND )
61
+ " Can'' t access {0} marked with @JsModule annotation from non-modular project" , Renderers .DECLARATION_NAME_WITH_KIND )
62
62
put(ErrorsJs .CALL_TO_JS_NON_MODULE_WITH_MODULE_SYSTEM ,
63
- " Can't access {0} marked with @JsNonModule annotation from modular project" , Renderers .DECLARATION_NAME_WITH_KIND )
63
+ " Can'' t access {0} marked with @JsNonModule annotation from modular project" , Renderers .DECLARATION_NAME_WITH_KIND )
64
64
put(ErrorsJs .CALL_FROM_UMD_MUST_BE_JS_MODULE_AND_JS_NON_MODULE , " When accessing module declarations from UMD, " +
65
65
" they must be marked by both @JsModule and @JsNonModule" )
66
66
67
67
put(ErrorsJs .NON_EXTERNAL_DECLARATION_IN_INAPPROPRIATE_FILE ,
68
- " Can't put non-external declarations in file marked with {0} annotation" , RENDER_TYPE )
68
+ " Can'' t put non-external declarations in file marked with {0} annotation" , RENDER_TYPE )
69
69
put(ErrorsJs .WRONG_JS_QUALIFIER , " Qualifier contains illegal characters" )
70
70
71
71
put(ErrorsJs .CANNOT_CHECK_FOR_NATIVE_INTERFACE , " Cannot check for native interface: {0}" , RENDER_TYPE )
0 commit comments