diff --git a/common/src/main/java/org/intellij/lang/annotations/Subst.java b/common/src/main/java/org/intellij/lang/annotations/Subst.java index 14b3f2c..aaa0f24 100644 --- a/common/src/main/java/org/intellij/lang/annotations/Subst.java +++ b/common/src/main/java/org/intellij/lang/annotations/Subst.java @@ -33,7 +33,7 @@ * + ... + "</span></html>"; * *

- * Here the parser assumes that when {@code font} appears in the concatenation it's value is {@code "Tahoma"}, + * Here the parser assumes that when {@code font} appears in the concatenation its value is {@code "Tahoma"}, * so it can continue parsing the concatenation. *

* diff --git a/gradle.properties b/gradle.properties index c84cb92..11375aa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,5 +14,5 @@ # limitations under the License. # -projectVersion=23.0.0 +projectVersion=23.0.1 #JDK_5= \ No newline at end of file