core/src/network/event.rs: Fix typo (#2218)

This commit is contained in:
Max Inden
2021-09-07 17:08:45 +02:00
committed by GitHub
parent adcfdc0750
commit 733a0b6ce4

View File

@@ -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