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 ba92d1b commit 3e3dbf3
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 @@ -172,7 +172,7 @@ impl WatchRequest {
self
}

/// filters filter the events at server side before it sends back to the watcher.
/// `filters` filter the events on server side before it sends back to the watcher.
#[inline]
#[must_use]
pub fn with_filters(mut self, filters: impl Into<Vec<WatchFilterType>>) -> Self {
Expand Down

0 comments on commit 3e3dbf3

Please sign in to comment.