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 9b1e754 commit 45fcad0Copy full SHA for 45fcad0
embedded-io/src/lib.rs
@@ -302,7 +302,7 @@ pub trait Read: ErrorType {
302
///
303
/// If no bytes are currently available to read:
304
/// - The method blocks until at least one byte becomes available;
305
- /// - Once at least one (or more) bytes become available, a non-zero amount of those is read to the
+ /// - Once at least one (or more) bytes become available, a non-zero amount of those is copied to the
306
/// beginning of `buf`, and the amount is returned, *without waiting or blocking any further for
307
/// more bytes to become available*.
308
0 commit comments