File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -465,13 +465,13 @@ declare_clippy_lint! {
465465
466466declare_clippy_lint ! {
467467 /// ### What it does
468- /// Checks for item that has same kind of attributes with mixed styles (inner/outer).
468+ /// Checks for items that have the same kind of attributes with mixed styles (inner/outer).
469469 ///
470470 /// ### Why is this bad?
471471 /// Having both style of said attributes makes it more complicated to read code.
472472 ///
473473 /// ### Known problems
474- /// This lint currently have false-nagative when mixing same attributes
474+ /// This lint currently has false-negatives when mixing same attributes
475475 /// but they have different path symbols, for example:
476476 /// ```ignore
477477 /// #[custom_attribute]
You can’t perform that action at this time.
0 commit comments