From e2d0621b52fb233278d61f7bea912df526d30fee Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sat, 20 Jul 2024 03:01:27 +0300 Subject: [PATCH] fix plural lib.rs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.