eg. -> e.g.; ie. -> i.e. via repren (#592)

* eg. -> e.g.; ie. -> i.e. via repren

* se.g. -> seg.
This commit is contained in:
James Ray
2018-11-03 02:40:00 +11:00
committed by Pierre Krieger
parent 4225d2631b
commit 0f3ef5ee0a
10 changed files with 12 additions and 12 deletions

View File

@ -73,7 +73,7 @@ pub trait ConnectionUpgrade<C> {
/// This method is called after protocol negotiation has been performed.
///
/// Because performing the upgrade may not be instantaneous (eg. it may require a handshake),
/// Because performing the upgrade may not be instantaneous (e.g. it may require a handshake),
/// this function returns a future instead of the direct output.
fn upgrade(self, socket: C, id: Self::UpgradeIdentifier, ty: Endpoint) -> Self::Future;
}