forked from mirror/async-std
Fix crate documentation typo
This commit is contained in:
parent
6d69a3e368
commit
65d7950df1
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
//! encouraged to read it. The `async-std` source is generally high
|
//! encouraged to read it. The `async-std` source is generally high
|
||||||
//! quality and a peek behind the curtains is often enlightening.
|
//! quality and a peek behind the curtains is often enlightening.
|
||||||
//!
|
//!
|
||||||
//! Modules in this crate are organized in the same way as in `async-std`, except blocking
|
//! Modules in this crate are organized in the same way as in `std`, except blocking
|
||||||
//! functions have been replaced with async functions and threads have been replaced with
|
//! functions have been replaced with async functions and threads have been replaced with
|
||||||
//! lightweight tasks.
|
//! lightweight tasks.
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in a new issue