macros: fix typo in doc comment (#5671)

This commit is contained in:
Vidhan Bhatt
2023-05-08 17:50:49 +02:00
committed by GitHub
parent 1b4106a1ce
commit 56239a9035
+1 -1
View File
@@ -209,7 +209,7 @@ pub fn main(args: TokenStream, item: TokenStream) -> TokenStream {
/// Marks async function to be executed by selected runtime. This macro helps set up a `Runtime`
/// without requiring the user to use [Runtime](../tokio/runtime/struct.Runtime.html) or
/// [Builder](../tokio/runtime/struct.builder.html) directly.
/// [Builder](../tokio/runtime/struct.Builder.html) directly.
///
/// ## Function arguments:
///