summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/grapheme.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grapheme.zig b/src/grapheme.zig
index f4cc68c..911c856 100644
--- a/src/grapheme.zig
+++ b/src/grapheme.zig
@@ -87,7 +87,7 @@ fn isBreaker(cp: u21, data: *const GraphemeData) bool {
87} 87}
88 88
89// Grapheme break state. 89// Grapheme break state.
90const State = struct { 90pub const State = struct {
91 bits: u3 = 0, 91 bits: u3 = 0,
92 92
93 // Extended Pictographic (emoji) 93 // Extended Pictographic (emoji)