Skip to content

Commit 96dd0aa

Browse files
Update posts/2019-10-30-Async-await-stable.md
Co-Authored-By: Mark Rousskov <[email protected]>
1 parent dc1a476 commit 96dd0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2019-10-30-Async-await-stable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ the new syntax:
3434
* the [tokio] runtime [recently announced a number of scheduler
3535
improvements][tokio-sched], and they are planning a stable release
3636
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
37+
* the [async-std] runtime [has been putting out weekly releases for the past few months][as-releases], and plans to make their
3838
1.0 release shortly after async-await hits stable;
3939
* using [wasm-bindgen-futures], you can even bridge Rust Futures with
4040
[JavaScript promises];

0 commit comments

Comments
 (0)