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.
2 parents 8dd3422 + 6e559e8 commit 60e316dCopy full SHA for 60e316d
README.md
@@ -25,7 +25,7 @@ let task = ex.spawn(async {
25
println!("Hello world");
26
});
27
28
-// Run the executor until the task complets.
+// Run the executor until the task completes.
29
future::block_on(ex.run(task));
30
```
31
0 commit comments