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.
AsyncReadExt::read
1 parent 7be2bfa commit 2353806Copy full SHA for 2353806
tokio/src/io/util/async_read_ext.rs
@@ -124,7 +124,7 @@ cfg_io_util! {
124
///
125
/// No guarantees are provided about the contents of `buf` when this
126
/// function is called, implementations cannot rely on any property of the
127
- /// contents of `buf` being `true`. It is recommended that *implementations*
+ /// contents of `buf` being true. It is recommended that *implementations*
128
/// only write data to `buf` instead of reading its contents.
129
130
/// Correspondingly, however, *callers* of this method may not assume
0 commit comments