Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Jul 31, 2024
1 parent fa643c1 commit 0366264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/indexeddb/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0366264

Please sign in to comment.