diff options
| author | nora <48135649+Noratrieb@users.noreply.github.com> | 2024-09-20 19:55:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-20 19:55:28 +0200 |
| commit | c72264157b36e7333261e6524a457ee511e5e0b6 (patch) | |
| tree | a43f9df49d93e862ed1a61293feff7911251b207 | |
| parent | e759e0b7397b4343ac9dee881e177a9b8421c436 (diff) | |
| download | rust-c72264157b36e7333261e6524a457ee511e5e0b6.tar.gz rust-c72264157b36e7333261e6524a457ee511e5e0b6.zip | |
Remove double spaces
| -rw-r--r-- | library/std/src/fs.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/std/src/fs.rs b/library/std/src/fs.rs index 14e6ee46797..22aa4dfcc77 100644 --- a/library/std/src/fs.rs +++ b/library/std/src/fs.rs @@ -1990,7 +1990,7 @@ impl AsInner<fs_imp::DirEntry> for DirEntry { /// * The user lacks permissions to remove the file. /// /// This function will only ever return an error of kind `NotFound` if the given -/// path does not exist. Note that the inverse is not true, +/// path does not exist. Note that the inverse is not true, /// ie. if a path does not exist, its removal may fail for a number of reasons, /// such as insufficient permissions. /// @@ -2452,7 +2452,7 @@ pub fn create_dir_all<P: AsRef<Path>>(path: P) -> io::Result<()> { /// * The directory isn't empty. /// /// This function will only ever return an error of kind `NotFound` if the given -/// path does not exist. Note that the inverse is not true, +/// path does not exist. Note that the inverse is not true, /// ie. if a path does not exist, its removal may fail for a number of reasons, /// such as insufficient permissions. /// |
