We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59cf70b + 0a74422 commit cc81425Copy full SHA for cc81425
src/lib.rs
@@ -31,7 +31,7 @@ use lazy_static::lazy_static;
31
32
# fn main() {
33
lazy_static! {
34
- /// This is an example for using doc comment attributes
+ /// This is an example of using doc comment attributes
35
static ref EXAMPLE: u8 = 42;
36
}
37
# }
0 commit comments