diff --git a/crates/net/src/gossip/driver.rs b/crates/net/src/gossip/driver.rs index 856cd6d..9418d21 100644 --- a/crates/net/src/gossip/driver.rs +++ b/crates/net/src/gossip/driver.rs @@ -41,7 +41,7 @@ impl GossipDriver { self.swarm.select_next_some().await } - /// Dials the given [Option]. + /// Dials the given [`Option`]. pub async fn dial_opt(&mut self, peer: Option>) { let Some(addr) = peer else { return;