Skip to content

Commit 124ab2a

Browse files
committed
Fix typo
1 parent 0a991e4 commit 124ab2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ pub fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<()>
15821582
/// On Windows, this function currently corresponds to `CopyFileEx`. Alternate
15831583
/// NTFS streams are copied but only the size of the main stream is returned by
15841584
/// this function. On MacOS, this function corresponds to `copyfile` with
1585-
/// `COPYFILE_ALL`
1585+
/// `COPYFILE_ALL`.
15861586
/// Note that, this [may change in the future][changes].
15871587
///
15881588
/// [changes]: ../io/index.html#platform-specific-behavior

0 commit comments

Comments
 (0)