Skip to content

Commit f4b8cb1

Browse files
authored
Add missing word "are"
1 parent 371120b commit f4b8cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/lines_filter_map_ok.rs

Lines changed: 1 addition & 1 deletion
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)