Skip to content

Commit

Permalink
Fix typo (it's/its) in join_all docs (#2766)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers authored and taiki-e committed Sep 6, 2023
1 parent 247e1f0 commit b65bbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-util/src/future/join_all.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ where
///
/// `join_all` will switch to the more powerful [`FuturesOrdered`] for performance
/// reasons if the number of futures is large. You may want to look into using it or
/// it's counterpart [`FuturesUnordered`][crate::stream::FuturesUnordered] directly.
/// its counterpart [`FuturesUnordered`][crate::stream::FuturesUnordered] directly.
///
/// Some examples for additional functionality provided by these are:
///
Expand Down

0 comments on commit b65bbdf

Please sign in to comment.