Skip to content

Commit

Permalink
Fix the documentation for the TryAny adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
cstyles authored and taiki-e committed Dec 24, 2023
1 parent 8189e72 commit 40eed5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-util/src/stream/try_stream/try_any.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use futures_core::task::{Context, Poll};
use pin_project_lite::pin_project;

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

0 comments on commit 40eed5c

Please sign in to comment.