Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Nov 3, 2021
1 parent bbcfba6 commit ae6871e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage-plus/src/indexed_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ mod test {
let count = marias.len();
assert_eq!(2, count);

// Remaining age of the index keys, plus pks (sorted by age descending)
// Remaining part (age) of the index keys, plus pks (bytes) (sorted by age descending)
assert_eq!((42, pk1.to_vec()), marias[0].0);
assert_eq!((24, pk3.to_vec()), marias[1].0);

Expand Down

0 comments on commit ae6871e

Please sign in to comment.