Skip to content

Commit e66488a

Browse files
committed
Auto merge of #10757 - cakebaker:add_missing_word, r=Jarcho
Add missing word "are" changelog: none
2 parents 8798c66 + f4b8cb1 commit e66488a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: clippy_lints/src/lines_filter_map_ok.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ declare_clippy_lint! {
2525
///
2626
/// ### Known problems
2727
/// This lint suggests replacing `filter_map()` or `flat_map()` applied to a `Lines`
28-
/// instance in all cases. There two cases where the suggestion might not be
28+
/// instance in all cases. There are two cases where the suggestion might not be
2929
/// appropriate or necessary:
3030
///
3131
/// - If the `Lines` instance can never produce any error, or if an error is produced

0 commit comments

Comments
 (0)