mirror of
https://github.com/async-rs/async-std.git
synced 2025-02-28 23:29:41 +00:00
Fix typos
This commit is contained in:
parent
faff1f7370
commit
add6863185
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
//! Types and Traits for working with asynchronous tasks..
|
//! Types and traits for working with asynchronous tasks.
|
||||||
//!
|
//!
|
||||||
//! This module is similar to [`std::thread`], except it uses asynchronous tasks in place of
|
//! This module is similar to [`std::thread`], except it uses asynchronous tasks in place of
|
||||||
//! threads.
|
//! threads.
|
||||||
|
|
Loading…
Reference in a new issue