Skip to content

Commit 59b31b1

Browse files
committed
apply nits from carl
1 parent 94ec639 commit 59b31b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/2019-09-27-Async-await-hits-beta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async-await, you also need strong libraries and a vibrant ecosystem.
2828
better:**
2929

3030
- the async runtime [tokio], for example, recently announced an [alpha
31-
release][] that supports async-await;
31+
release][] based on async-await;
3232
- the [recently announced][] [async-std][] library was built from the
3333
start on the new async-await syntax;
3434
- using [wasm-bindgen-futures], you can even bridge Rust Futures with
@@ -39,7 +39,7 @@ better:**
3939
[web frameworks][wf] as well.
4040

4141
[wasm-bindgen-futures]: https://docs.rs/crate/wasm-bindgen-futures/0.2.16
42-
[tokio]: https://actix.rs/
42+
[tokio]: https://tokio.rs/
4343
[actix]: https://actix.rs/
4444
[alpha release]: https://tokio.rs/blog/2019-08-alphas/
4545
[adding support]: https://github.com/actix/actix-web/issues/955#issuecomment-523266936

0 commit comments

Comments
 (0)