From 03662649a00199162f47eaf3d80e55dcc07af6e9 Mon Sep 17 00:00:00 2001 From: RebeccaMahany Date: Wed, 31 Jul 2024 15:37:17 -0400 Subject: [PATCH] Fix comment --- ee/indexeddb/values.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/indexeddb/values.go b/ee/indexeddb/values.go index ad5f86dfd..f619cfff0 100644 --- a/ee/indexeddb/values.go +++ b/ee/indexeddb/values.go @@ -99,7 +99,7 @@ func readHeader(srcReader *bytes.Reader) (uint64, error) { } if peekByte == tokenObjectBegin { - // Our last two bytes are 0xff 0x6f -- we have completed reading the header. + // We read the version followed by 0x6f -- we have completed reading the header. return version, nil } default: