Skip to content

Commit 0e44b42

Browse files
authored
docs: fix comment in put_slice()
Nitpicky, I know, but renders poorly in the docs.
1 parent be18a92 commit 0e44b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/io.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ impl ReadBufCursor<'_> {
253253
self.buf.remaining()
254254
}
255255

256-
/// Transfer bytes into `self`` from `src` and advance the cursor
256+
/// Transfer bytes into `self` from `src` and advance the cursor
257257
/// by the number of bytes written.
258258
///
259259
/// # Panics

0 commit comments

Comments
 (0)