Skip to content

Commit 7153ba0

Browse files
lucis-fluxumcramertj
authored andcommitted
Fix typo in executor docs
1 parent bef6d84 commit 7153ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ pub mod executor {
190190
//! handle a very large set of spawned tasks (which are much lighter weight
191191
//! than threads). Tasks spawned onto the pool with the
192192
//! [`spawn_ok()`](crate::executor::ThreadPool::spawn_ok)
193-
//! function will run on ambiently on the created threads.
193+
//! function will run ambiently on the created threads.
194194
//!
195195
//! # Spawning additional tasks
196196
//!

0 commit comments

Comments
 (0)