diff --git a/clippy_lints/src/methods/mod.rs b/clippy_lints/src/methods/mod.rs index 90f7128d0e8d..722290fb68e5 100644 --- a/clippy_lints/src/methods/mod.rs +++ b/clippy_lints/src/methods/mod.rs @@ -4046,7 +4046,7 @@ declare_clippy_lint! { /// Checks the usage of `.get().is_some()` or `.get().is_none()` on std map types. /// /// ### Why is this bad? - /// It can be done in one call with `.contains()`/`.contains_keys()`. + /// It can be done in one call with `.contains()`/`.contains_key()`. /// /// ### Example /// ```no_run diff --git a/util/gh-pages/index_template.html b/util/gh-pages/index_template.html index 663ef1fbd31c..2412f0fd1813 100644 --- a/util/gh-pages/index_template.html +++ b/util/gh-pages/index_template.html @@ -186,7 +186,7 @@