mirror of
https://github.com/async-rs/async-std.git
synced 2025-03-03 16:49:42 +00:00
edit Small typo for Stream
This commit is contained in:
parent
fde2f58610
commit
47b22fff56
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@
|
|||
//!
|
||||
//! # Infinity
|
||||
//!
|
||||
//! Streams do not have to be finite. As an example, an repeat stream is
|
||||
//! Streams do not have to be finite. As an example, a repeat stream is
|
||||
//! an infinite stream:
|
||||
//!
|
||||
//! ```
|
||||
|
|
Loading…
Reference in a new issue