Skip to content

Commit

Permalink
Add missing word "are"
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker authored May 6, 2023
1 parent 371120b commit f4b8cb1
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 f4b8cb1

Please sign in to comment.