Skip to content

Commit 45fcad0

Browse files
ivmarkovjamesmunns
andauthored
Update embedded-io/src/lib.rs
Co-authored-by: James Munns <[email protected]>
1 parent 9b1e754 commit 45fcad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-io/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ pub trait Read: ErrorType {
302302
///
303303
/// If no bytes are currently available to read:
304304
/// - 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
305+
/// - Once at least one (or more) bytes become available, a non-zero amount of those is copied to the
306306
/// beginning of `buf`, and the amount is returned, *without waiting or blocking any further for
307307
/// more bytes to become available*.
308308
///

0 commit comments

Comments
 (0)