diff --git a/tests/test_iterator.rs b/tests/test_iterator.rs index b64ab05..8fe0582 100644 --- a/tests/test_iterator.rs +++ b/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`.