From 8f1c3cc5bea41cdb2ed179f649b36dd7289e0b11 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Thu, 23 Jul 2020 13:19:38 +0200 Subject: [PATCH] Reword --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 531420c..214425a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -86,7 +86,7 @@ pub mod prelude { }; } -/// Starts an executor and runs the future on it. +/// Starts executors and runs the future. /// /// This function runs two executors at the same time: ///