Skip to content

Commit 39cf6bb

Browse files
authored
macros: typo fix in join.rs and try_join.rs (#6641)
1 parent 8480a18 commit 39cf6bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tokio/src/macros/join.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
///
1717
/// # Notes
1818
///
19-
/// The supplied futures are stored inline and does not require allocating a
19+
/// The supplied futures are stored inline and do not require allocating a
2020
/// `Vec`.
2121
///
2222
/// ### Runtime characteristics

tokio/src/macros/try_join.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
///
1515
/// # Notes
1616
///
17-
/// The supplied futures are stored inline and does not require allocating a
17+
/// The supplied futures are stored inline and do not require allocating a
1818
/// `Vec`.
1919
///
2020
/// ### Runtime characteristics

0 commit comments

Comments
 (0)