Minor tweak to test comment...

master
Jordan Terrell 5 years ago
parent 4c0d662435
commit f09fbaea71
  1. 2
      tests/test_iterator.rs

@ -213,7 +213,7 @@ pub fn test_prefix_iterator_uses_full_prefix() {
// Explanation: `db.prefix_iterator` sets the underlying
// options to seek to the first key that matches the *entire*
// prefix. From there, the iterator will continue to read pairs
// `prefix`. From there, the iterator will continue to read pairs
// as long as the prefix extracted from `key` matches the
// prefix extracted from `prefix`.

Loading…
Cancel
Save