2
0
Fork 1
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:
surechen 2020-12-30 17:14:18 +08:00
parent fde2f58610
commit 47b22fff56

View file

@ -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:
//! //!
//! ``` //! ```