mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 02:39:55 +00:00
corrected a typo
This commit is contained in:
parent
ff6a44fcd5
commit
5fee91c050
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ syntax.
|
|||
## Features
|
||||
|
||||
- __Modern:__ Built from the ground up for `std::future` and `async/await` with
|
||||
blazing fast compilation times.
|
||||
blazing fast compilation time.
|
||||
- __Fast:__ Our robust allocator and threadpool designs provide ultra-high
|
||||
throughput with predictably low latency.
|
||||
- __Intuitive:__ Complete parity with the stdlib means you only need to learn
|
||||
|
|
Loading…
Reference in a new issue