Skip to content

Commit

Permalink
Fix typo in executor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucis-fluxum authored and cramertj committed Nov 26, 2019
1 parent bef6d84 commit 7153ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures/src/lib.rs
Expand Up @@ -190,7 +190,7 @@ pub mod executor {
//! handle a very large set of spawned tasks (which are much lighter weight
//! than threads). Tasks spawned onto the pool with the
//! [`spawn_ok()`](crate::executor::ThreadPool::spawn_ok)
//! function will run on ambiently on the created threads.
//! function will run ambiently on the created threads.
//!
//! # Spawning additional tasks
//!
Expand Down

0 comments on commit 7153ba0

Please sign in to comment.