Skip to content

Commit

Permalink
Auto merge of rust-lang#10757 - cakebaker:add_missing_word, r=Jarcho
Browse files Browse the repository at this point in the history
Add missing word "are"

changelog: none
  • Loading branch information
bors committed May 8, 2023
2 parents 8798c66 + f4b8cb1 commit e66488a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/lines_filter_map_ok.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ declare_clippy_lint! {
///
/// ### Known problems
/// This lint suggests replacing `filter_map()` or `flat_map()` applied to a `Lines`
/// instance in all cases. There two cases where the suggestion might not be
/// instance in all cases. There are two cases where the suggestion might not be
/// appropriate or necessary:
///
/// - If the `Lines` instance can never produce any error, or if an error is produced
Expand Down

0 comments on commit e66488a

Please sign in to comment.