From f09fbaea71417ed79bacab7c3f07fd4bd7e7fda5 Mon Sep 17 00:00:00 2001 From: Jordan Terrell Date: Sun, 3 Feb 2019 07:47:25 -0600 Subject: [PATCH] Minor tweak to test comment... --- tests/test_iterator.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.