Skip to content

Commit b439999

Browse files
allevoAmanieu
authored and
gitbot
committed
Update library/std/src/fs.rs
Co-authored-by: Amanieu d'Antras <[email protected]>
1 parent 3788ab2 commit b439999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2531,7 +2531,7 @@ pub fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<()>
25312531
/// * `from` does not exist.
25322532
/// * The current process does not have the permission rights to read
25332533
/// `from` or write `to`.
2534-
/// * The parent folder of `to` doesn't exists
2534+
/// * The parent directory of `to` doesn't exist.
25352535
///
25362536
/// # Examples
25372537
///

0 commit comments

Comments
 (0)