Skip to content

Commit d1acd71

Browse files
gferontaiki-e
authored andcommitted
Fix typo in doc
1 parent c26f128 commit d1acd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-util/src/stream/stream/take_until.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ where
7474
/// This may be used to retrieve arbitrary data from the stopping
7575
/// future, for example a reason why the stream was stopped.
7676
///
77-
/// This method will return `None` if the future isn't resovled yet,
77+
/// This method will return `None` if the future isn't resolved yet,
7878
/// or if the result was already taken out.
7979
///
8080
/// # Examples

0 commit comments

Comments
 (0)