From 3e3dbf38b23c0fc7fd9acf13814bbdf8e5a0f3bf Mon Sep 17 00:00:00 2001 From: bsbds <69835502+bsbds@users.noreply.github.com> Date: Mon, 31 Jul 2023 10:07:35 +0800 Subject: [PATCH] chore: refine doc in watch Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com> --- xline-client/src/types/watch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xline-client/src/types/watch.rs b/xline-client/src/types/watch.rs index 8304db7d8..67373a01c 100644 --- a/xline-client/src/types/watch.rs +++ b/xline-client/src/types/watch.rs @@ -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>) -> Self {