Skip to content

Commit 35ab65f

Browse files
committed
Fix docs
1 parent f4e2302 commit 35ab65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ extension_trait! {
960960
fn try_for_each<F, E>(
961961
self,
962962
f: F,
963-
) -> impl Future<Output = R> [TryForEeachFuture<Self, F, Self::Item, E>]
963+
) -> impl Future<Output = E> [TryForEeachFuture<Self, F, Self::Item, E>]
964964
where
965965
Self: Sized,
966966
F: FnMut(Self::Item) -> Result<(), E>,

0 commit comments

Comments
 (0)