Fix typos

This commit is contained in:
Stjepan Glavina 2019-10-16 12:24:18 +02:00 committed by GitHub
parent faff1f7370
commit add6863185
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
//! Types and Traits for working with asynchronous tasks..
//! Types and traits for working with asynchronous tasks.
//!
//! This module is similar to [`std::thread`], except it uses asynchronous tasks in place of
//! threads.