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