forked from mirror/async-std
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
|
## Features
|
||||||
|
|
||||||
- __Modern:__ Built from the ground up for `std::future` and `async/await` with
|
- __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
|
- __Fast:__ Our robust allocator and threadpool designs provide ultra-high
|
||||||
throughput with predictably low latency.
|
throughput with predictably low latency.
|
||||||
- __Intuitive:__ Complete parity with the stdlib means you only need to learn
|
- __Intuitive:__ Complete parity with the stdlib means you only need to learn
|
||||||
|
|
Loading…
Reference in a new issue