mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
macros: typo fix in join.rs and try_join.rs (#6641)
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
///
|
///
|
||||||
/// # Notes
|
/// # 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`.
|
/// `Vec`.
|
||||||
///
|
///
|
||||||
/// ### Runtime characteristics
|
/// ### Runtime characteristics
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
///
|
///
|
||||||
/// # Notes
|
/// # 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`.
|
/// `Vec`.
|
||||||
///
|
///
|
||||||
/// ### Runtime characteristics
|
/// ### Runtime characteristics
|
||||||
|
|||||||
Reference in New Issue
Block a user