From 65d7950df1bff99010f911f89040afc50d63aac9 Mon Sep 17 00:00:00 2001 From: Artem Varaksa Date: Wed, 1 Jan 2020 15:36:47 +0300 Subject: [PATCH] Fix crate documentation typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 2cca5e36f..a698c39f1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -47,7 +47,7 @@ //! encouraged to read it. The `async-std` source is generally high //! 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 //! lightweight tasks. //!