Skip to content

Commit

Permalink
Fix typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon authored and taiki-e committed Dec 8, 2020
1 parent 583dfb4 commit 3c5f6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-util/src/stream/stream/take_until.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ where
/// This may be used to retrieve arbitrary data from the stopping
/// future, for example a reason why the stream was stopped.
///
/// This method will return `None` if the future isn't resovled yet,
/// This method will return `None` if the future isn't resolved yet,
/// or if the result was already taken out.
///
/// # Examples
Expand Down

0 comments on commit 3c5f6ca

Please sign in to comment.