doc: fix typos (#3541)

Co-authored-by: Aaron Taner <[email protected]>
This commit is contained in:
xlUp
2021-02-22 17:31:45 +09:00
committed by GitHub
co-authored by Aaron Taner
parent 53558cb489
commit 52457dcf5b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ cfg_io_util! {
/// Reads bytes from a source.
///
/// Implemented as an extention trait, adding utility methods to all
/// Implemented as an extension trait, adding utility methods to all
/// [`AsyncRead`] types. Callers will tend to import this trait instead of
/// [`AsyncRead`].
///
+1 -1
View File
@@ -35,7 +35,7 @@ cfg_io_util! {
/// Writes bytes to a sink.
///
/// Implemented as an extention trait, adding utility methods to all
/// Implemented as an extension trait, adding utility methods to all
/// [`AsyncWrite`] types. Callers will tend to import this trait instead of
/// [`AsyncWrite`].
///