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 dc1a476 commit 96dd0aaCopy full SHA for 96dd0aa
posts/2019-10-30-Async-await-stable.md
@@ -34,7 +34,7 @@ the new syntax:
34
* the [tokio] runtime [recently announced a number of scheduler
35
improvements][tokio-sched], and they are planning a stable release
36
in November that supports async-await syntax;
37
-* the [async-std] runtime [has been putting out weekly releases for the past months][as-releases], and plans to make their
+* the [async-std] runtime [has been putting out weekly releases for the past few months][as-releases], and plans to make their
38
1.0 release shortly after async-await hits stable;
39
* using [wasm-bindgen-futures], you can even bridge Rust Futures with
40
[JavaScript promises];
0 commit comments