aboutsummaryrefslogtreecommitdiff
path: root/src/io/copy_buf_abortable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/copy_buf_abortable.rs')
-rw-r--r--src/io/copy_buf_abortable.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/copy_buf_abortable.rs b/src/io/copy_buf_abortable.rs
index fdbc4a5..ed22d62 100644
--- a/src/io/copy_buf_abortable.rs
+++ b/src/io/copy_buf_abortable.rs
@@ -57,7 +57,7 @@ where
}
pin_project! {
- /// Future for the [`copy_buf()`] function.
+ /// Future for the [`copy_buf_abortable()`] function.
#[derive(Debug)]
#[must_use = "futures do nothing unless you `.await` or poll them"]
pub struct CopyBufAbortable<'a, R, W: ?Sized> {