]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/mismatching_type_param_order.rs
Auto merge of #9148 - arieluy:then_some_unwrap_or, r=Jarcho
[rust.git] / clippy_lints / src / mismatching_type_param_order.rs
index 8e477cb7179d184a5a97c087c909064b7f827162..f763e0d24c9444206a8d14b599a411f3067d610e 100644 (file)
@@ -9,7 +9,7 @@
 declare_clippy_lint! {
     /// ### What it does
     /// Checks for type parameters which are positioned inconsistently between
-    /// a type definition and impl block. Specifically, a paramater in an impl
+    /// a type definition and impl block. Specifically, a parameter in an impl
     /// block which has the same name as a parameter in the type def, but is in
     /// a different place.
     ///