Skip to content

Commit

Permalink
Change "lengths" to "offsets" in comment (#225)
Browse files Browse the repository at this point in the history
Keep it consistent with the rest of the file.
  • Loading branch information
alas authored Jan 31, 2022
1 parent 9ca67ff commit 174e2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s2/encoded_s2point_vector_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ TEST(EncodedS2PointVectorTest, PointsAtMultipleLevels) {
// encoding (since different numbers of "base" bytes are encoded).
//
// Encoding: header (2 bytes), base (1 byte), block count (1 byte), block
// lengths (1 byte), block header (1 byte), 5 deltas (5 bytes), S2Point
// offsets (1 byte), block header (1 byte), 5 deltas (5 bytes), S2Point
// exceptions (72 bytes).
TestEncodedS2PointVector(
{MakeCellIdOrDie("2/11001310230102").ToPoint(),
Expand Down

0 comments on commit 174e2e4

Please sign in to comment.