Skip to content

Commit 65d7950

Browse files
authored
Fix crate documentation typo
1 parent 6d69a3e commit 65d7950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
//! encouraged to read it. The `async-std` source is generally high
4848
//! quality and a peek behind the curtains is often enlightening.
4949
//!
50-
//! Modules in this crate are organized in the same way as in `async-std`, except blocking
50+
//! Modules in this crate are organized in the same way as in `std`, except blocking
5151
//! functions have been replaced with async functions and threads have been replaced with
5252
//! lightweight tasks.
5353
//!

0 commit comments

Comments
 (0)