Skip to content

Commit

Permalink
Merge pull request #74 from Steanky/master
Browse files Browse the repository at this point in the history
Fix typo in Subst.java
  • Loading branch information
amaembo committed Aug 8, 2022
2 parents d438b11 + 72a0e91 commit 30daf99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -33,7 +33,7 @@
* + ... + "</span></html>";
* </pre>
* <p>
* 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.
* </p>
*
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -14,5 +14,5 @@
# limitations under the License.
#

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

0 comments on commit 30daf99

Please sign in to comment.