This commit is contained in:
Alex Crichton
2016-11-11 11:26:07 -08:00
parent 3d69a8b7d0
commit 6e7410567c
+1 -1
View File
@@ -396,7 +396,7 @@ impl<T: Io, E: Encode> Sink for FramedWrite<T, E> {
/// A unified `Stream` and `Sink` interface to an underlying `Io` object, using
/// the `Encode` and `Decode` traits to encode and decode frames.
///
/// You can acquire a `Framd` instance by using the `Io::framed` adapter.
/// You can acquire a `Framed` instance by using the `Io::framed` adapter.
pub struct Framed<T, D, E> {
upstream: T,
read_state: ReadState,