Skip to content

Commit

Permalink
core/src/network/event.rs: Fix typo (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored Sep 7, 2021
1 parent adcfdc0 commit 733a0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/network/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ where
/// A connection may close if
///
/// * it encounters an error, which includes the connection being
/// closed by the remote. In this case `error` is `ome`.
/// closed by the remote. In this case `error` is `Some`.
/// * it was actively closed by [`EstablishedConnection::start_close`],
/// i.e. a successful, orderly close. In this case `error` is `None`.
/// * it was actively closed by [`super::peer::ConnectedPeer::disconnect`] or
Expand Down

0 comments on commit 733a0b6

Please sign in to comment.