We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d438b11 commit 72a0e91Copy full SHA for 72a0e91
common/src/main/java/org/intellij/lang/annotations/Subst.java
@@ -33,7 +33,7 @@
33
* + ... + "</span></html>";
34
* </pre>
35
* <p>
36
- * 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"},
37
* so it can continue parsing the concatenation.
38
* </p>
39
*
gradle.properties
@@ -14,5 +14,5 @@
14
# limitations under the License.
15
#
16
17
-projectVersion=23.0.0
+projectVersion=23.0.1
18
#JDK_5=<path-to-older-java-version>
0 commit comments