summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-08-09 23:13:26 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-08-09 23:13:26 -0600
commitf2769bd863521cf316ec9237a498bfa4ecaa115f (patch)
treeac801746cff6b276b0f662009fd623b6bd343729
parent809971928db8c2aa38299dab82f380661b1b4e16 (diff)
wip
-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:
//