Skip to content

Commit 1707638

Browse files
author
Stjepan Glavina
authored
Update mod.rs
1 parent 84fa4ca commit 1707638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
//! produce a stream. What gives?
179179
//!
180180
//! There's a trait in the standard library for converting something into an
181-
//! stream: [`IntoStream`]. This trait has one method, [`into_stream],
181+
//! stream: [`IntoStream`]. This trait has one method, [`into_stream`],
182182
//! which converts the thing implementing [`IntoStream`] into a stream.
183183
//!
184184
//! Unlike `std::iter::IntoIterator`, `IntoStream` does not have compiler

0 commit comments

Comments
 (0)