Skip to content

Commit

Permalink
Corrected the Unicode version in Grapheme.java
Browse files Browse the repository at this point in the history
  • Loading branch information
naotoj committed Nov 21, 2024
1 parent 524807a commit e87844b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public final class Grapheme {
* <p>
* See Unicode Standard Annex #29 Unicode Text Segmentation for the specification
* for the extended grapheme cluster boundary rules. The following implementation
* is based on the annex for Unicode version 15.1.
* is based on the annex for Unicode version 16.0.
*
* @spec http://www.unicode.org/reports/tr29/tr29-45.html
* @param src the {@code CharSequence} to be scanned
Expand Down

0 comments on commit e87844b

Please sign in to comment.