Skip to content

Commit c9f9992

Browse files
authored
Fix typo in doc
1 parent 3f94b71 commit c9f9992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/cursor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ use io::{self, Initializer, SeekFrom, Error, ErrorKind};
6969
/// // now let's write a test
7070
/// #[test]
7171
/// fn test_writes_bytes() {
72-
/// // setting up a real File is much more slow than an in-memory buffer,
72+
/// // setting up a real File is much slower than an in-memory buffer,
7373
/// // let's use a cursor instead
7474
/// use std::io::Cursor;
7575
/// let mut buff = Cursor::new(vec![0; 15]);

0 commit comments

Comments
 (0)