Skip to content

Commit

Permalink
chore: fix typo (#4798)
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Jun 30, 2022
1 parent e6020c0 commit 8ed06ef
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 the entries in a directory.
/// Reads 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 8ed06ef

Please sign in to comment.