Skip to content

Commit

Permalink
Revert "chore: fix typo (#4798)"
Browse files Browse the repository at this point in the history
This reverts commit 8ed06ef.
  • Loading branch information
Noah-Kennedy committed Jul 1, 2022
1 parent edda2c8 commit 1c63aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/fs/read_dir.rs
Expand Up @@ -34,7 +34,7 @@ pub async fn read_dir(path: impl AsRef<Path>) -> io::Result<ReadDir> {
Ok(ReadDir(State::Idle(Some(std))))
}

/// Reads the entries in a directory.
/// Reads the the entries in a directory.
///
/// This struct is returned from the [`read_dir`] function of this module and
/// will yield instances of [`DirEntry`]. Through a [`DirEntry`] information
Expand Down

0 comments on commit 1c63aa1

Please sign in to comment.