Skip to content

Commit 32bd145

Browse files
authored
Rollup merge of rust-lang#43915 - adrian5:patch-1, r=sfackler
Fix typo in doc
2 parents 12bbae9 + c9f9992 commit 32bd145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/cursor.rs

+1-1
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)