2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-03 15:06:41 +00:00

Update src/stream/stream/mod.rs

Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
This commit is contained in:
Felipe Seré 2019-11-01 21:24:46 -05:00 committed by Felipe Sere
parent 0186124aef
commit eaa56580e3

View file

@ -412,7 +412,7 @@ extension_trait! {
}
#[doc = r#"
Creats a stream that yields the provided values infinitely and in order.
Creates a stream that yields the provided values infinitely and in order.
# Examples