Skip to content

Commit 9bf06ce

Browse files
yoshuawuytsStjepan Glavina
authored and
Stjepan Glavina
committed
fix io::copy link (#164)
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 63f3a80 commit 9bf06ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/copy.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use crate::task::{Context, Poll};
1818
/// If you’re wanting to copy the contents of one file to another and you’re
1919
/// working with filesystem paths, see the [`fs::copy`] function.
2020
///
21-
/// This function is an async version of [`std::fs::write`].
21+
/// This function is an async version of [`std::io::copy`].
2222
///
2323
/// [`std::io::copy`]: https://doc.rust-lang.org/std/io/fn.copy.html
2424
/// [`fs::copy`]: ../fs/fn.copy.html

0 commit comments

Comments
 (0)