macros: typo fix in join.rs and try_join.rs (#6641)

This commit is contained in:
FabijanC
2024-06-15 21:10:47 +02:00
committed by GitHub
parent 8480a180e6
commit 39cf6bba00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
///
/// # Notes
///
/// The supplied futures are stored inline and does not require allocating a
/// The supplied futures are stored inline and do not require allocating a
/// `Vec`.
///
/// ### Runtime characteristics
+1 -1
View File
@@ -14,7 +14,7 @@
///
/// # Notes
///
/// The supplied futures are stored inline and does not require allocating a
/// The supplied futures are stored inline and do not require allocating a
/// `Vec`.
///
/// ### Runtime characteristics