Skip to content

Commit

Permalink
Merge pull request #222 from cratiu222/fix-typo
Browse files Browse the repository at this point in the history
fix lib.rs
  • Loading branch information
dtolnay authored Jul 23, 2024
2 parents 59cf70b + 0a74422 commit cc81425
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 @@ -31,7 +31,7 @@ use lazy_static::lazy_static;
# fn main() {
lazy_static! {
/// This is an example for using doc comment attributes
/// This is an example of using doc comment attributes
static ref EXAMPLE: u8 = 42;
}
# }
Expand Down

0 comments on commit cc81425

Please sign in to comment.