diff --git a/xline-client/src/types/watch.rs b/xline-client/src/types/watch.rs index 67373a01c..70ac49c60 100644 --- a/xline-client/src/types/watch.rs +++ b/xline-client/src/types/watch.rs @@ -133,7 +133,7 @@ impl WatchRequest { self } - /// If set, Xline will watch all keys that are equal or greater than the given key + /// If set, Xline will watch all keys that are equal to or greater than the given key #[inline] #[must_use] pub fn with_from_key(mut self) -> Self {