2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-06-16 11:11:32 +00:00

CHANGELOG.md: Fix typo

This commit is contained in:
Josh Triplett 2022-06-18 10:27:40 -07:00
parent 2aa8a430e3
commit 27ed889c67

View file

@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
# [Unreleased]
## Added
- `std::task_spawn_blocking` is now stabilized. We consider it a fundamental API for bridging between blocking code and async code, and we widely use it within async-std's own implementation.
## Removed