diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2025-06-06 10:39:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-06 10:39:17 +0000 |
| commit | f2922e7a275d4e6763a32dfd53695aa6a315051b (patch) | |
| tree | f8a827be2cf469641c3544aa2972795d634c0c94 | |
| parent | 6bb0c97409cbfac7ec6f49f9aec3d35a5ae35122 (diff) | |
| parent | 5930e54ce5e7dc0bab156917ec6045b4643d5633 (diff) | |
| download | rust-f2922e7a275d4e6763a32dfd53695aa6a315051b.tar.gz rust-f2922e7a275d4e6763a32dfd53695aa6a315051b.zip | |
fix typo (#14995)
changelog: none
| -rw-r--r-- | clippy_lints/src/functions/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/functions/mod.rs b/clippy_lints/src/functions/mod.rs index d0d02a382d1..6051dc9479b 100644 --- a/clippy_lints/src/functions/mod.rs +++ b/clippy_lints/src/functions/mod.rs @@ -303,7 +303,7 @@ declare_clippy_lint! { /// to the name of the method, when there is a field's whose name matches that of the method. /// /// ### Why is this bad? - /// It is most likely that such a method is a bug caused by a typo or by copy-pasting. + /// It is most likely that such a method is a bug caused by a typo or by copy-pasting. /// /// ### Example |
