From bad6c2970b109e7f56aec78d99a7cf1b8fa6d55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20RIBEAU?= Date: Fri, 6 Sep 2024 10:37:39 +0200 Subject: [PATCH] Uniformed rust doc --- protocols/identify/src/behaviour.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/identify/src/behaviour.rs b/protocols/identify/src/behaviour.rs index 2829a6a4946..aa818f4e61f 100644 --- a/protocols/identify/src/behaviour.rs +++ b/protocols/identify/src/behaviour.rs @@ -195,7 +195,7 @@ impl Config { self } - /// Configuration for the LRU cache responsible for caching addresses of discovered peers. + /// Configures the LRU cache responsible for caching addresses of discovered peers. /// /// If set to [`None`], caching is disabled. pub fn with_cache_config(mut self, cache_config: Option) -> Self {