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 710dfb9 commit 22ea23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,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 22ea23d

Please sign in to comment.