This commit is contained in:
Stjepan Glavina 2020-12-08 20:18:06 +01:00 committed by GitHub
parent 36b9333f06
commit 8dd3422176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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));
//! ```