This commit is contained in:
Stjepan Glavina 2020-07-23 13:19:38 +02:00
parent 58d370b1be
commit 8f1c3cc5be
1 changed files with 1 additions and 1 deletions

View File

@ -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: /// This function runs two executors at the same time:
/// ///