Skip to content
Merged
Prev Previous commit
Next Next commit
Update protocols/request-response/src/lib.rs
Co-authored-by: Max Inden <[email protected]>
  • Loading branch information
romanb and mxinden authored Dec 1, 2020
commit 4e84b1267844256d2c4311b7d82a55c272e0bc6b
2 changes: 1 addition & 1 deletion protocols/request-response/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ where
///
/// If the `ResponseChannel` is already closed due to a timeout or
/// the connection being closed, the response is returned as an `Err`
/// for further handling. When the response has been successfully sent
/// for further handling. Once the response has been successfully sent
/// on the corresponding connection, [`RequestResponseEvent::ResponseSent`]
/// is emitted.
///
Expand Down