Skip to content

Commit 40eed5c

Browse files
cstylestaiki-e
authored andcommitted
Fix the documentation for the TryAny adapter
1 parent 8189e72 commit 40eed5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-util/src/stream/try_stream/try_any.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use futures_core::task::{Context, Poll};
77
use pin_project_lite::pin_project;
88

99
pin_project! {
10-
/// Future for the [`any`](super::StreamExt::any) method.
10+
/// Future for the [`try_any`](super::TryStreamExt::try_any) method.
1111
#[must_use = "futures do nothing unless you `.await` or poll them"]
1212
pub struct TryAny<St, Fut, F> {
1313
#[pin]

0 commit comments

Comments
 (0)