Skip to content

Commit 30daf99

Browse files
authored
Merge pull request #74 from Steanky/master
Fix typo in Subst.java
2 parents d438b11 + 72a0e91 commit 30daf99

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)