about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Hofstetter <daniel.hofstetter@42dh.com>2023-05-06 16:21:45 +0200
committerGitHub <noreply@github.com>2023-05-06 16:21:45 +0200
commitf4b8cb1b28eedee1b3c0404a9718087d2ee71434 (patch)
treef081d2e87a9f0397cf128cb1df24dba808cfe60e
parent371120bdbf58a331db5dcfb2d9cddc040f486de8 (diff)
downloadrust-f4b8cb1b28eedee1b3c0404a9718087d2ee71434.tar.gz
rust-f4b8cb1b28eedee1b3c0404a9718087d2ee71434.zip
Add missing word "are"
-rw-r--r--clippy_lints/src/lines_filter_map_ok.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/lines_filter_map_ok.rs b/clippy_lints/src/lines_filter_map_ok.rs
index bba9bb445a7..09b2032e20f 100644
--- a/clippy_lints/src/lines_filter_map_ok.rs
+++ b/clippy_lints/src/lines_filter_map_ok.rs
@@ -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