Skip to content

Commit

Permalink
Update embedded-io/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: James Munns <[email protected]>
  • Loading branch information
ivmarkov and jamesmunns authored Aug 24, 2024
1 parent 9b1e754 commit 45fcad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-io/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ pub trait Read: ErrorType {
///
/// If no bytes are currently available to read:
/// - The method blocks until at least one byte becomes available;
/// - 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
/// beginning of `buf`, and the amount is returned, *without waiting or blocking any further for
/// more bytes to become available*.
///
Expand Down

0 comments on commit 45fcad0

Please sign in to comment.