Fix typos

This commit is contained in:
flip1995 2018-11-01 20:37:13 +01:00
parent cf89c40e34
commit 014cf3d6e0
No known key found for this signature in database
GPG key ID: E8E897A5870E41C2

View file

@ -147,7 +147,7 @@ declare_clippy_lint! {
/// (not the tool name) and a lowercase version of this lint exists, it will suggest to lowercase
/// the lint name.
///
/// **Why is this bad?** An lint attribute with a misstyped lint name won't have an effect.
/// **Why is this bad?** A lint attribute with a mistyped lint name won't have an effect.
///
/// **Known problems:** None.
///