Skip to content

Commit 8ed06ef

Browse files
authored
chore: fix typo (#4798)
1 parent e6020c0 commit 8ed06ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/fs/read_dir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub async fn read_dir(path: impl AsRef<Path>) -> io::Result<ReadDir> {
3434
Ok(ReadDir(State::Idle(Some(std))))
3535
}
3636

37-
/// Reads the the entries in a directory.
37+
/// Reads the entries in a directory.
3838
///
3939
/// This struct is returned from the [`read_dir`] function of this module and
4040
/// will yield instances of [`DirEntry`]. Through a [`DirEntry`] information

0 commit comments

Comments
 (0)