We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fa4ca commit 1707638Copy full SHA for 1707638
src/stream/mod.rs
@@ -178,7 +178,7 @@
178
//! produce a stream. What gives?
179
//!
180
//! There's a trait in the standard library for converting something into an
181
-//! stream: [`IntoStream`]. This trait has one method, [`into_stream],
+//! stream: [`IntoStream`]. This trait has one method, [`into_stream`],
182
//! which converts the thing implementing [`IntoStream`] into a stream.
183
184
//! Unlike `std::iter::IntoIterator`, `IntoStream` does not have compiler
0 commit comments