From 8dd34221767c4b1d0f601f18ead8969366641b58 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Tue, 8 Dec 2020 20:18:06 +0100 Subject: [PATCH] Typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f293597..38c1261 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,7 +14,7 @@ //! println!("Hello world"); //! }); //! -//! // Run the executor until the task complets. +//! // Run the executor until the task completes. //! future::block_on(ex.run(task)); //! ```