We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1b399 commit 1ae720aCopy full SHA for 1ae720a
library/std/src/io/mod.rs
@@ -1081,7 +1081,7 @@ pub trait Read {
1081
default_read_buf_exact(self, cursor)
1082
}
1083
1084
- /// Creates a "by reference" adaptor for this instance of `Read`.
+ /// Creates a "by reference" adapter for this instance of `Read`.
1085
///
1086
/// The returned adapter also implements `Read` and will simply borrow this
1087
/// current reader.
0 commit comments