Skip to content

Commit

Permalink
typo (sortest lol)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Jan 6, 2024
1 parent eb86928 commit 2cb08ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/local/object_id/raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ mod test {
}

// sorted first by id value (lowest first), then by the length of the string
// (sortest first)
// (shortest first)
const SORTED_IDS: &[&str] = &[
"0", "00", "000", "0000", "1", "01", "001", "0001", "2", "a", "f", "00f", "10", "010",
"0010", "100", "0100", "f00", "0f00", "1000",
Expand Down

0 comments on commit 2cb08ea

Please sign in to comment.