Skip to content

Commit 9584036

Browse files
allevoAmanieu
andauthored
Update library/std/src/fs.rs
Co-authored-by: Amanieu d'Antras <[email protected]>
1 parent 8c6905a commit 9584036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: std/src/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2505,7 +2505,7 @@ pub fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<()>
25052505
/// * `from` does not exist.
25062506
/// * The current process does not have the permission rights to read
25072507
/// `from` or write `to`.
2508-
/// * The parent folder of `to` doesn't exists
2508+
/// * The parent directory of `to` doesn't exist.
25092509
///
25102510
/// # Examples
25112511
///

0 commit comments

Comments
 (0)