Skip to content

Commit e298c83

Browse files
committed
Auto merge of #6276 - dp304:patch-1, r=llogiq
Fix typo in adding_lints.md changelog: none
2 parents a6b3a40 + edfa13d commit e298c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/adding_lints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Running our UI test should now produce output that contains the lint message.
311311
According to [the rustc-dev-guide], the text should be matter of fact and avoid
312312
capitalization and periods, unless multiple sentences are needed.
313313
When code or an identifier must appear in a message or label, it should be
314-
surrounded with single acute accents \`.
314+
surrounded with single grave accents \`.
315315

316316
[check_fn]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint/trait.EarlyLintPass.html#method.check_fn
317317
[diagnostics]: https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/utils/diagnostics.rs

0 commit comments

Comments
 (0)