Skip to content

Commit f63b324

Browse files
committed
Fix some typos
1 parent 7062a01 commit f63b324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui-internal/check_clippy_version_attribute.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ note: the lint level is defined here
1616
LL | #![deny(clippy::internal)]
1717
| ^^^^^^^^^^^^^^^^
1818
= note: `#[deny(clippy::invalid_clippy_version_attribute)]` implied by `#[deny(clippy::internal)]`
19-
= help: please use a valid senmatic version, see `doc/adding_lints.md`
19+
= help: please use a valid semantic version, see `doc/adding_lints.md`
2020
= note: this error originates in the macro `$crate::declare_tool_lint` which comes from the expansion of the macro `declare_tool_lint` (in Nightly builds, run with -Z macro-backtrace for more info)
2121

2222
error: this item has an invalid `clippy::version` attribute

0 commit comments

Comments
 (0)