Skip to content

Commit

Permalink
io: change AsyncReadExt::read docs formatting (#7066)
Browse files Browse the repository at this point in the history
  • Loading branch information
AeonSolstice authored Jan 4, 2025
1 parent 7be2bfa commit 2353806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/io/util/async_read_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ cfg_io_util! {
///
/// No guarantees are provided about the contents of `buf` when this
/// function is called, implementations cannot rely on any property of the
/// contents of `buf` being `true`. It is recommended that *implementations*
/// contents of `buf` being true. It is recommended that *implementations*
/// only write data to `buf` instead of reading its contents.
///
/// Correspondingly, however, *callers* of this method may not assume
Expand Down

0 comments on commit 2353806

Please sign in to comment.