Wording fix

This commit is contained in:
Dmitry Jemerov
2017-12-08 12:36:27 +01:00
parent 270b41dc66
commit 846e50dcaa
@@ -64,7 +64,7 @@ options.kotlin.attribute.descriptor.builtin.annotation=Modifier
options.kotlin.attribute.descriptor.string.escape=String//Escape in string and template braces
options.kotlin.attribute.descriptor.closure.braces=Braces and Operators//Lambda expression braces and arrow
options.kotlin.attribute.descriptor.safe.access=Braces and Operators//Safe access dot
options.kotlin.attribute.descriptor.quest=Braces and Operators//Question after the type
options.kotlin.attribute.descriptor.quest=Braces and Operators//Type nullability marker
options.kotlin.attribute.descriptor.exclexcl=Braces and Operators//Non-null assertion
options.kotlin.attribute.descriptor.arrow=Braces and Operators//Arrow
options.kotlin.attribute.descriptor.colon=Braces and Operators//Colon