Skip to content

Commit

Permalink
Fix a docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hamchapman committed Feb 3, 2023
1 parent 2338ad5 commit 8e190cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! While a normal thread pool is only able to execute actions as soon as
//! possible, a scheduled thread pool can execute actions after a specific
//! delay, or excecute actions periodically.
//! delay, or execute actions periodically.
#![warn(missing_docs)]

use parking_lot::{Condvar, Mutex};
Expand Down

0 comments on commit 8e190cc

Please sign in to comment.