Skip to content

Commit

Permalink
macros: typo fix in join.rs and try_join.rs (#6641)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Jun 15, 2024
1 parent 8480a18 commit 39cf6bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tokio/src/macros/join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tokio/src/macros/try_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39cf6bb

Please sign in to comment.