Skip to content

Commit 11a9254

Browse files
committed
review: improve Request doc wording.
1 parent e01c02e commit 11a9254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocols/identify/src/behaviour.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pub struct Behaviour {
5959
discovered_peers: PeerCache,
6060
}
6161

62-
/// A pending reply to an inbound identification request.
62+
/// An inbound identification request.
6363
struct Request {
6464
peer: PeerId,
6565
observed: Multiaddr,

0 commit comments

Comments
 (0)