Skip to content

Commit

Permalink
Merge pull request #221 from nnsW3/fix-spelling-issues
Browse files Browse the repository at this point in the history
fix spelling lib.rs
  • Loading branch information
dtolnay authored Jul 20, 2024
2 parents 910f260 + e2d0621 commit 59cf70b
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 59cf70b

Please sign in to comment.