diff --git a/tokio/src/fs/read_dir.rs b/tokio/src/fs/read_dir.rs index 281ea4cd756..10ad150d70c 100644 --- a/tokio/src/fs/read_dir.rs +++ b/tokio/src/fs/read_dir.rs @@ -34,7 +34,7 @@ pub async fn read_dir(path: impl AsRef) -> io::Result { 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