Skip to content

Commit

Permalink
chore: refine doc in watch
Browse files Browse the repository at this point in the history
Signed-off-by: bsbds <[email protected]>
  • Loading branch information
bsbds committed Aug 3, 2023
1 parent 1bd9bb1 commit bc06a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xline-client/src/types/watch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bc06a3b

Please sign in to comment.