Skip to content

Commit 4992938

Browse files
fix typo
Co-authored-by: John Arundel <john@bitfieldconsulting.com>
1 parent de269ec commit 4992938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/and_then_then_some.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ declare_clippy_lint! {
1414
/// be replaced with `Option::filter`.
1515
///
1616
/// ### Why is this bad?
17-
/// Needless complexity, uses recent and uncommon stdlib funtions instead of
17+
/// Needless complexity, uses recent and uncommon stdlib functions instead of
1818
/// one older function.
1919
///
2020
/// ### Example

0 commit comments

Comments
 (0)