mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-06 08:26:42 +00:00
Merge pull request #926 from surechen/master
edit a small typo for stream. for issue #860
This commit is contained in:
commit
5484f5b6c8
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