We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8480a18 commit 39cf6bbCopy full SHA for 39cf6bb
tokio/src/macros/join.rs
@@ -16,7 +16,7 @@
16
///
17
/// # Notes
18
19
-/// The supplied futures are stored inline and does not require allocating a
+/// The supplied futures are stored inline and do not require allocating a
20
/// `Vec`.
21
22
/// ### Runtime characteristics
tokio/src/macros/try_join.rs
@@ -14,7 +14,7 @@
14
15
0 commit comments