Skip to content

Commit cc81425

Browse files
authored
Merge pull request #222 from cratiu222/fix-typo
fix lib.rs
2 parents 59cf70b + 0a74422 commit cc81425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use lazy_static::lazy_static;
3131
3232
# fn main() {
3333
lazy_static! {
34-
/// This is an example for using doc comment attributes
34+
/// This is an example of using doc comment attributes
3535
static ref EXAMPLE: u8 = 42;
3636
}
3737
# }

0 commit comments

Comments
 (0)