We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12bbae9 + c9f9992 commit 32bd145Copy full SHA for 32bd145
src/libstd/io/cursor.rs
@@ -69,7 +69,7 @@ use io::{self, Initializer, SeekFrom, Error, ErrorKind};
69
/// // now let's write a test
70
/// #[test]
71
/// fn test_writes_bytes() {
72
-/// // setting up a real File is much more slow than an in-memory buffer,
+/// // setting up a real File is much slower than an in-memory buffer,
73
/// // let's use a cursor instead
74
/// use std::io::Cursor;
75
/// let mut buff = Cursor::new(vec![0; 15]);
0 commit comments