Skip to content

Commit 2353806

Browse files
author
Aeon
authored
io: change AsyncReadExt::read docs formatting (#7066)
1 parent 7be2bfa commit 2353806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/io/util/async_read_ext.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ cfg_io_util! {
124124
///
125125
/// No guarantees are provided about the contents of `buf` when this
126126
/// function is called, implementations cannot rely on any property of the
127-
/// contents of `buf` being `true`. It is recommended that *implementations*
127+
/// contents of `buf` being true. It is recommended that *implementations*
128128
/// only write data to `buf` instead of reading its contents.
129129
///
130130
/// Correspondingly, however, *callers* of this method may not assume

0 commit comments

Comments
 (0)