We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d69a3e + 65d7950 commit 57a6279Copy full SHA for 57a6279
src/lib.rs
@@ -47,7 +47,7 @@
47
//! encouraged to read it. The `async-std` source is generally high
48
//! quality and a peek behind the curtains is often enlightening.
49
//!
50
-//! 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
51
//! functions have been replaced with async functions and threads have been replaced with
52
//! lightweight tasks.
53
0 commit comments