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 Aug 1, 2023
1 parent 0b2d34e commit f3e40a8
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 f3e40a8

Please sign in to comment.