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

@ -28,7 +28,7 @@
//!
//! Whenever a new connection or a new multiplexed substream is opened, libp2p uses
//! `multistream-select` to negotiate with the remote which protocol to use. After a protocol has
//! been successfully negotiated, the stream (ie. the connection or the multiplexed substream)
//! been successfully negotiated, the stream (i.e. the connection or the multiplexed substream)
//! immediately stops using `multistream-select` and starts using the negotiated protocol.
//!
//! ## Protocol explanation