]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo
authorEdward Barnard <eabarnard@gmail.com>
Mon, 4 Mar 2019 12:53:54 +0000 (12:53 +0000)
committerEdward Barnard <eabarnard@gmail.com>
Mon, 4 Mar 2019 12:53:54 +0000 (12:53 +0000)
src/libstd/fs.rs

index 7b9b5d4de206ca88c3fc95c3fff917569a79bb76..a03f55424a9cd84f9a0a04ae344b7ad1ad685366 100644 (file)
@@ -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