mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
Typo
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user