We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea79c0 commit 2a6f6d0Copy full SHA for 2a6f6d0
clippy_lints/src/and_then_then_some.rs
@@ -14,7 +14,7 @@ declare_clippy_lint! {
14
/// be replaced with `Option::filter`.
15
///
16
/// ### Why is this bad?
17
- /// Needless complexity, uses recent and uncommon stdlib funtions instead of
+ /// Needless complexity, uses recent and uncommon stdlib functions instead of
18
/// one older function.
19
20
/// ### Example
0 commit comments