mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 10:49:55 +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
|
//! # 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:
|
//! an infinite stream:
|
||||||
//!
|
//!
|
||||||
//! ```
|
//! ```
|
||||||
|
|
Loading…
Reference in a new issue