From f2769bd863521cf316ec9237a498bfa4ecaa115f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 9 Aug 2022 23:13:26 -0600 Subject: wip --- lib/lowmemjson/reencode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: // -- cgit v1.2.3-2-g168b