Skip to content

Commit

Permalink
fix plural lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Jul 20, 2024
1 parent 910f260 commit e2d0621
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 @@ -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.
Expand Down

0 comments on commit e2d0621

Please sign in to comment.