2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +00:00

Fix typo. (#134)

This commit is contained in:
Jason Davies 2019-08-31 10:36:34 +01:00 committed by Yoshua Wuyts
parent 38a86766d3
commit a4d2cd1c82

View file

@ -20,7 +20,7 @@ are used to, but in an async version and ready for Rust's `async`/`await` syntax
## Quickstart
Add the following lines to you `Cargo.toml`:
Add the following lines to your `Cargo.toml`:
```toml
[dependencies]