Skip to content

Commit 907b385

Browse files
authored
docs: Fix minor documentation glitch
1 parent 546bec4 commit 907b385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ pub async fn remove_dir<P: AsRef<Path>>(path: P) -> io::Result<()> {
534534
///
535535
/// An error will be returned in the following situations:
536536
///
537-
/// * `path` is not an existing and empty directory.
537+
/// * `path` is not an existing directory.
538538
/// * The current process lacks permissions to remove the directory.
539539
/// * Some other I/O error occurred.
540540
///

0 commit comments

Comments
 (0)