diff --git a/_posts/2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md b/_posts/2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md index d55f4342bd7..2549d573669 100644 --- a/_posts/2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md +++ b/_posts/2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md @@ -134,7 +134,7 @@ Note the following example encodings use a block size of 4 bytes, as opposed to ├───┼───┼───┼───┼───┤ │'a'│'t'│'i'│'o'│FF │ ├───┼───┼───┼───┼───┤ - │'n'│00 │00 │00 │17 │ + │'n'│00 │00 │00 │01 │ └───┴───┴───┴───┴───┘ ```