We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2d34e commit f3e40a8Copy full SHA for f3e40a8
futures-util/src/future/join_all.rs
@@ -77,7 +77,7 @@ where
77
///
78
/// `join_all` will switch to the more powerful [`FuturesOrdered`] for performance
79
/// reasons if the number of futures is large. You may want to look into using it or
80
-/// it's counterpart [`FuturesUnordered`][crate::stream::FuturesUnordered] directly.
+/// its counterpart [`FuturesUnordered`][crate::stream::FuturesUnordered] directly.
81
82
/// Some examples for additional functionality provided by these are:
83
0 commit comments