We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26f128 commit d1acd71Copy full SHA for d1acd71
futures-util/src/stream/stream/take_until.rs
@@ -74,7 +74,7 @@ where
74
/// This may be used to retrieve arbitrary data from the stopping
75
/// future, for example a reason why the stream was stopped.
76
///
77
- /// This method will return `None` if the future isn't resovled yet,
+ /// This method will return `None` if the future isn't resolved yet,
78
/// or if the result was already taken out.
79
80
/// # Examples
0 commit comments