Skip to content

Commit 72a0e91

Browse files
committed
Fix typo in Subst.java
1 parent d438b11 commit 72a0e91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/src/main/java/org/intellij/lang/annotations/Subst.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* + ... + "</span></html>";
3434
* </pre>
3535
* <p>
36-
* Here the parser assumes that when {@code font} appears in the concatenation it's value is {@code "Tahoma"},
36+
* Here the parser assumes that when {@code font} appears in the concatenation its value is {@code "Tahoma"},
3737
* so it can continue parsing the concatenation.
3838
* </p>
3939
*

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# limitations under the License.
1515
#
1616

17-
projectVersion=23.0.0
17+
projectVersion=23.0.1
1818
#JDK_5=<path-to-older-java-version>

0 commit comments

Comments
 (0)