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 {