We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0537f8 commit a899eceCopy full SHA for a899ece
book/src/08_futures/01_async_fn.md
@@ -107,7 +107,7 @@ asynchronous programming in Rust.
107
The entrypoint of your executable, the `main` function, must be a synchronous function.
108
That's where you're supposed to set up and launch your chosen async runtime.
109
110
-Most runtimes provides a macro to make this easier. For `tokio`, it's `tokio::main`:
+Most runtimes provide a macro to make this easier. For `tokio`, it's `tokio::main`:
111
112
```rust
113
#[tokio::main]
0 commit comments