Skip to content

Commit 2210e99

Browse files
authored
Fix typo in io/cursor.rs (#2336)
1 parent f7654fe commit 2210e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-util/src/io/cursor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use std::pin::Pin;
1313
/// allowing these buffers to be used anywhere you might use a reader or writer
1414
/// that does actual I/O.
1515
///
16-
/// The standard library implements some I/O traits on various types which
16+
/// This library implements some I/O traits on various types which
1717
/// are commonly used as a buffer, like `Cursor<`[`Vec`]`<u8>>` and
1818
/// `Cursor<`[`&[u8]`][bytes]`>`.
1919
///

0 commit comments

Comments
 (0)