diff options
| author | Edward Barnard <eabarnard@gmail.com> | 2019-03-04 12:53:54 +0000 |
|---|---|---|
| committer | Edward Barnard <eabarnard@gmail.com> | 2019-03-04 12:53:54 +0000 |
| commit | 124ab2a4d87f2d10b88d668e35286af4c00ec12b (patch) | |
| tree | 4d187d89218c873643abc71c541c3837c998c694 /src/libstd | |
| parent | 0a991e424a794d0d556602e88cd2ebf511b05de7 (diff) | |
| download | rust-124ab2a4d87f2d10b88d668e35286af4c00ec12b.tar.gz rust-124ab2a4d87f2d10b88d668e35286af4c00ec12b.zip | |
Fix typo
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/fs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/fs.rs b/src/libstd/fs.rs index 7b9b5d4de20..a03f55424a9 100644 --- a/src/libstd/fs.rs +++ b/src/libstd/fs.rs @@ -1582,7 +1582,7 @@ pub fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<()> /// On Windows, this function currently corresponds to `CopyFileEx`. Alternate /// NTFS streams are copied but only the size of the main stream is returned by /// this function. On MacOS, this function corresponds to `copyfile` with -/// `COPYFILE_ALL` +/// `COPYFILE_ALL`. /// Note that, this [may change in the future][changes]. /// /// [changes]: ../io/index.html#platform-specific-behavior |
