Skip to content

Commit f3e40a8

Browse files
authored
Fix typo (it's/its) in join_all docs (#2766)
1 parent 0b2d34e commit f3e40a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-util/src/future/join_all.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ where
7777
///
7878
/// `join_all` will switch to the more powerful [`FuturesOrdered`] for performance
7979
/// 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.
80+
/// its counterpart [`FuturesUnordered`][crate::stream::FuturesUnordered] directly.
8181
///
8282
/// Some examples for additional functionality provided by these are:
8383
///

0 commit comments

Comments
 (0)