Skip to content

Commit

Permalink
Fix typos in futures/src/stream.rs documentation (#3264)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnWilton authored Jan 25, 2023
1 parent a4788ca commit 79cbace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/futures/src/stream.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Converting JavaScript `AsyncIterator`s to Rust `Stream`s.
//!
//! Analogous to the promise to future convertion, this module allows the
//! turing objects implementing the async iterator protocol into `Stream`s
//! Analogous to the promise to future conversion, this module allows
//! turning objects implementing the async iterator protocol into `Stream`s
//! that produce values that can be awaited from.
//!

Expand Down

0 comments on commit 79cbace

Please sign in to comment.