From 0e44b42093f8fcecae07bc004cfca02c4d0d25a6 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Sun, 30 Nov 2025 11:16:37 -0500 Subject: [PATCH] docs: fix comment in `put_slice()` Nitpicky, I know, but renders poorly in the docs. --- src/rt/io.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rt/io.rs b/src/rt/io.rs index ed4af0929f..2e486665c9 100644 --- a/src/rt/io.rs +++ b/src/rt/io.rs @@ -253,7 +253,7 @@ impl ReadBufCursor<'_> { self.buf.remaining() } - /// Transfer bytes into `self`` from `src` and advance the cursor + /// Transfer bytes into `self` from `src` and advance the cursor /// by the number of bytes written. /// /// # Panics