Skip to content

Commit

Permalink
Fix description for Flatten
Browse files Browse the repository at this point in the history
  • Loading branch information
earthengine authored and cramertj committed Sep 16, 2020
1 parent 32d970e commit cc01570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-util/src/stream/stream/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub use self::filter_map::FilterMap;
mod flatten;

delegate_all!(
/// Stream for the [`inspect`](StreamExt::inspect) method.
/// Stream for the [`flatten`](StreamExt::flatten) method.
Flatten<St>(
flatten::Flatten<St, St::Item>
): Debug + Sink + Stream + FusedStream + AccessInner[St, (.)] + New[|x: St| flatten::Flatten::new(x)]
Expand Down

0 comments on commit cc01570

Please sign in to comment.