Merge pull request #655 from u32i64/patch-1

Fix crate documentation typo
split-by-pattern
Yoshua Wuyts 5 years ago committed by GitHub
commit 57a62797f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.
//!

Loading…
Cancel
Save