Skip to content

Commit 9d1bb80

Browse files
committed
Auto merge of #10221 - smoelius:patch-1, r=Jarcho
Tiny typo: `eg.` -> `e.g.` changelog: Fix typo in help message
2 parents e0ee58b + 8874edd commit 9d1bb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ with:
2828
-D --deny OPT Set lint denied
2929
-F --forbid OPT Set lint forbidden
3030
31-
You can use tool lints to allow or deny lints from your code, eg.:
31+
You can use tool lints to allow or deny lints from your code, e.g.:
3232
3333
#[allow(clippy::needless_lifetimes)]
3434
"#;

0 commit comments

Comments
 (0)