Skip to content

Commit 149a2c5

Browse files
committed
review: improve request-response Handler doc wording.
1 parent 1d3a6a4 commit 149a2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocols/request-response/src/handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ use std::{
5454
)]
5555
pub type RequestResponseHandler<TCodec> = Handler<TCodec>;
5656

57-
/// A connection handler of a [`Behaviour`](super::Behaviour) protocol.
57+
/// A connection handler for a request response [`Behaviour`](super::Behaviour) protocol.
5858
pub struct Handler<TCodec>
5959
where
6060
TCodec: Codec,

0 commit comments

Comments
 (0)