Skip to content

Commit 57a6279

Browse files
authored
Merge pull request #655 from u32i64/patch-1
Fix crate documentation typo
2 parents 6d69a3e + 65d7950 commit 57a6279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib.rs

+1-1
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)