From f997a0a2980dd07c3fc5cd99de792c1e83f7225e Mon Sep 17 00:00:00 2001 From: xiaobogaga Date: Tue, 2 Apr 2019 13:08:14 +0800 Subject: [PATCH] shorter comment --- src/db.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {