Skip to content

Commit

Permalink
Update ee/indexeddb/values.go
Browse files Browse the repository at this point in the history
Co-authored-by: Zack Olson <[email protected]>
  • Loading branch information
RebeccaMahany and zackattack01 authored Jul 24, 2024
1 parent 692cb31 commit 9d4c7f7
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 @@ -303,7 +303,7 @@ func deserializeSparseArray(ctx context.Context, slogger *slog.Logger, srcReader
}

// deserializeDenseArray deserializes the next dense array from the srcReader.
// Dense arrays are arrays of items that are NOT paired with indices, as in spare arrays.
// Dense arrays are arrays of items that are NOT paired with indices, as in sparse arrays.
func deserializeDenseArray(ctx context.Context, slogger *slog.Logger, srcReader io.ByteReader) ([]byte, error) {
// After an array start, the next byte will be the length of the array.
arrayLen, err := binary.ReadUvarint(srcReader)
Expand Down

0 comments on commit 9d4c7f7

Please sign in to comment.