Skip to content

Commit

Permalink
review: improve request-response Handler doc wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Nov 24, 2022
1 parent 3693a79 commit d2880cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/request-response/src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ use std::{
)]
pub type RequestResponseHandler<TCodec> = Handler<TCodec>;

/// A connection handler of a [`Behaviour`](super::Behaviour) protocol.
/// A connection handler for a request response [`Behaviour`](super::Behaviour) protocol.
pub struct Handler<TCodec>
where
TCodec: Codec,
Expand Down

0 comments on commit d2880cc

Please sign in to comment.