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