forked from mirror/async-std
Update src/stream/stream/mod.rs
Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
This commit is contained in:
parent
0186124aef
commit
eaa56580e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue