Fix doc comment spelling in lib.rs (#2233)

This commit is contained in:
lord
2020-02-11 16:09:40 -05:00
committed by GitHub
parent d49e6ae1b3
commit 5e75b0446d
+3 -3
View File
@@ -122,7 +122,7 @@ pub fn main_basic(args: TokenStream, item: TokenStream) -> TokenStream {
entry::main(args, item, false) 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: /// ## Options:
/// ///
@@ -153,7 +153,7 @@ pub fn test_threaded(args: TokenStream, item: TokenStream) -> TokenStream {
entry::test(args, item, true) 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: /// ## Options:
/// ///
@@ -184,7 +184,7 @@ pub fn test(args: TokenStream, item: TokenStream) -> TokenStream {
entry::old::test(args, item) 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: /// ## Options:
/// ///