Skip to content

Commit 014cf3d

Browse files
committed
Fix typos
1 parent cf89c40 commit 014cf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/attrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ declare_clippy_lint! {
147147
/// (not the tool name) and a lowercase version of this lint exists, it will suggest to lowercase
148148
/// the lint name.
149149
///
150-
/// **Why is this bad?** An lint attribute with a misstyped lint name won't have an effect.
150+
/// **Why is this bad?** A lint attribute with a mistyped lint name won't have an effect.
151151
///
152152
/// **Known problems:** None.
153153
///

0 commit comments

Comments
 (0)