Skip to content

Commit

Permalink
docs: Fix minor documentation glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrothNET authored Feb 3, 2024
1 parent 546bec4 commit 907b385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ pub async fn remove_dir<P: AsRef<Path>>(path: P) -> io::Result<()> {
///
/// An error will be returned in the following situations:
///
/// * `path` is not an existing and empty directory.
/// * `path` is not an existing directory.
/// * The current process lacks permissions to remove the directory.
/// * Some other I/O error occurred.
///
Expand Down

0 comments on commit 907b385

Please sign in to comment.