Skip to content

Commit f2922e7

Browse files
fix typo (#14995)
changelog: none
2 parents 6bb0c97 + 5930e54 commit f2922e7

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/functions

1 file changed

+1
-1
lines changed

clippy_lints/src/functions/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ declare_clippy_lint! {
303303
/// to the name of the method, when there is a field's whose name matches that of the method.
304304
///
305305
/// ### Why is this bad?
306-
/// It is most likely that such a method is a bug caused by a typo or by copy-pasting.
306+
/// It is most likely that such a method is a bug caused by a typo or by copy-pasting.
307307
///
308308
/// ### Example
309309

0 commit comments

Comments
 (0)