diff --git a/clippy_lints/src/methods/mod.rs b/clippy_lints/src/methods/mod.rs index 90f7128d0e8d0..722290fb68e5e 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 663ef1fbd31c4..2412f0fd18135 100644 --- a/util/gh-pages/index_template.html +++ b/util/gh-pages/index_template.html @@ -186,7 +186,7 @@

{# #} {# Jump to source #} {% if let Some(id_location) = lint.id_location %}
{# #} - View Source {# #} + View Source {# #}
{% endif %} {# #}