diff --git a/src/db.rs b/src/db.rs index 6f54797..4c1e233 100644 --- a/src/db.rs +++ b/src/db.rs @@ -1768,8 +1768,7 @@ impl ReadOptions { } } - /// Set the upper bound for an iterator, and the upper bound itself - /// is not included on the iteration result. + /// Set the upper bound for an iterator, and the upper bound itself is not included on the iteration result. pub fn set_iterate_upper_bound>(&mut self, key: K) { let key = key.as_ref(); unsafe {