diff --git a/src/lib.rs b/src/lib.rs index 5003fa2..8189e06 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -172,7 +172,7 @@ macro_rules! lazy_static { () => () } -/// Support trait for enabling a few common operation on lazy static values. +/// Support trait for enabling a few common operations on lazy static values. /// /// This is implemented by each defined lazy static, and /// used by the free functions in this crate.