Skip to content

Commit

Permalink
Uniformed rust doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stormshield-frb committed Sep 6, 2024
1 parent 6521a7f commit bad6c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/identify/src/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<PeerAddressesConfig>) -> Self {
Expand Down

0 comments on commit bad6c29

Please sign in to comment.