From add6863185a12dbc415536720ad43cb31d2b7601 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Wed, 16 Oct 2019 12:24:18 +0200 Subject: [PATCH] Fix typos --- src/task/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/task/mod.rs b/src/task/mod.rs index 069aa3a..e2c89ae 100644 --- a/src/task/mod.rs +++ b/src/task/mod.rs @@ -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.