Fix typo
This commit is contained in:
parent
0a991e424a
commit
124ab2a4d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue