Skip to content

Commit 958c825

Browse files
committed
f Doc nit
1 parent fb4fd85 commit 958c825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/persist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub trait KVStore {
102102
fn remove(&self, namespace: &str, sub_namespace: &str, key: &str, lazy: bool) -> io::Result<()>;
103103
/// Returns a list of keys that are stored under the given `sub_namespace` in `namespace`.
104104
///
105-
/// Returns the keys in arbitrary order, so users requiring a particular order need sort the
105+
/// Returns the keys in arbitrary order, so users requiring a particular order need to sort the
106106
/// returned keys. Returns an empty list if `namespace` or `sub_namespace` is unknown.
107107
fn list(&self, namespace: &str, sub_namespace: &str) -> io::Result<Vec<String>>;
108108
}

0 commit comments

Comments
 (0)