diff --git a/p2p/src/net/default_backend/backend.rs b/p2p/src/net/default_backend/backend.rs index 305a09b517..320a6d91c7 100644 --- a/p2p/src/net/default_backend/backend.rs +++ b/p2p/src/net/default_backend/backend.rs @@ -666,7 +666,7 @@ where } } - // If the peer was previously disconnected by us, the `peers' will be empty. + // If the peer was previously disconnected by us, the `peers` will be empty. // `ConnectionClosed` should be ignored in such case. if self.peers.contains_key(&peer_id) { self.destroy_peer(peer_id)?;