Skip to content

Commit 876c371

Browse files
Update posts/2019-11-07-Async-await-stable.md
Co-Authored-By: Jonas Schievink <[email protected]>
1 parent 84d0d4d commit 876c371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2019-11-07-Async-await-stable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ new syntax:
5151
[JavaScript promises];
5252
* the [hyper library][hyper] has [migrated][hyper#1805] to adopt standard Rust futures;
5353
* the newly released 0.3.0 version of the [futures-rs library][futures] includes support
54-
async-await;
54+
for async-await;
5555
* finally, async-await support is starting to become available in higher-level
5656
[web frameworks][wf] as well, as well as other interesting applications such
5757
as the [`futures_intrusive`](https://docs.rs/futures-intrusive/0.2.0/futures_intrusive/)

0 commit comments

Comments
 (0)