Skip to content

Commit

Permalink
doc: fix typos (#3541)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Taner <mapkts@gmail.com>
  • Loading branch information
mapkts and mapkts authored Feb 22, 2021
1 parent 53558cb commit 52457dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tokio/src/io/util/async_read_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`].
///
Expand Down
2 changes: 1 addition & 1 deletion tokio/src/io/util/async_write_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`].
///
Expand Down

0 comments on commit 52457dc

Please sign in to comment.