summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/lowmemjson/reencode.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lowmemjson/reencode.go b/lib/lowmemjson/reencode.go
index 8959aaf..50c8ba3 100644
--- a/lib/lowmemjson/reencode.go
+++ b/lib/lowmemjson/reencode.go
@@ -426,7 +426,7 @@ func (enc *ReEncoder) stateInUnicode(c rune) error {
// │ │
// ╰─"+"─╯
//
-// Which state we're at is stored the 'X' in 'stateNumberX'.
+// Which state we're at is the 'X' in 'stateNumberX'.
//
// Besides just traversing that, there are a few compressions we want to make:
//