chore: fix typo (#4798)

This commit is contained in:
Arnaud Gourlay
2022-06-30 18:35:49 +00:00
committed by GitHub
parent e6020c0fed
commit 8ed06ef825
+1 -1
View File
@@ -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