diff --git a/tokio/src/macros/join.rs b/tokio/src/macros/join.rs index 8a0198600b2..d82fd5cc26d 100644 --- a/tokio/src/macros/join.rs +++ b/tokio/src/macros/join.rs @@ -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 diff --git a/tokio/src/macros/try_join.rs b/tokio/src/macros/try_join.rs index a72cdb4a87a..5c913318ec5 100644 --- a/tokio/src/macros/try_join.rs +++ b/tokio/src/macros/try_join.rs @@ -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