We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef6d84 commit 7153ba0Copy full SHA for 7153ba0
futures/src/lib.rs
@@ -190,7 +190,7 @@ pub mod executor {
190
//! handle a very large set of spawned tasks (which are much lighter weight
191
//! than threads). Tasks spawned onto the pool with the
192
//! [`spawn_ok()`](crate::executor::ThreadPool::spawn_ok)
193
- //! function will run on ambiently on the created threads.
+ //! function will run ambiently on the created threads.
194
//!
195
//! # Spawning additional tasks
196
0 commit comments