From 5e75b0446d771f527d65ecc7ba34e2276eb2bf21 Mon Sep 17 00:00:00 2001 From: lord Date: Tue, 11 Feb 2020 16:09:40 -0500 Subject: Fix doc comment spelling in lib.rs (#2233) --- tokio-macros/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tokio-macros') diff --git a/tokio-macros/src/lib.rs b/tokio-macros/src/lib.rs index 738923b1..19715113 100644 --- a/tokio-macros/src/lib.rs +++ b/tokio-macros/src/lib.rs @@ -122,7 +122,7 @@ pub fn main_basic(args: TokenStream, item: TokenStream) -> TokenStream { entry::main(args, item, false) } -/// Marks async function to be executed by runtime, suitable to test enviornment +/// Marks async function to be executed by runtime, suitable to test environment /// /// ## Options: /// @@ -153,7 +153,7 @@ pub fn test_threaded(args: TokenStream, item: TokenStream) -> TokenStream { entry::test(args, item, true) } -/// Marks async function to be executed by runtime, suitable to test enviornment +/// Marks async function to be executed by runtime, suitable to test environment /// /// ## Options: /// @@ -184,7 +184,7 @@ pub fn test(args: TokenStream, item: TokenStream) -> TokenStream { entry::old::test(args, item) } -/// Marks async function to be executed by runtime, suitable to test enviornment +/// Marks async function to be executed by runtime, suitable to test environment /// /// ## Options: /// -- cgit v1.2.3