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.
1 parent 61fcc3b commit 161ececCopy full SHA for 161ecec
1 file changed
tokio-stream/src/stream_ext.rs
@@ -1180,7 +1180,7 @@ pub trait StreamExt: Stream {
1180
ChunksTimeout::new(self, max_size, duration)
1181
}
1182
1183
- /// Turns the stream into a peekable stream, whose first element can be peeked at without being
+ /// Turns the stream into a peekable stream, whose next element can be peeked at without being
1184
/// consumed.
1185
/// ```rust
1186
/// use tokio_stream::{self as stream, StreamExt};
0 commit comments