Skip to content

Commit 0138c79

Browse files
authored
Add missing word to cloned_ref_to_slice_refs docs (#15012)
changelog: none
2 parents 33052be + aace547 commit 0138c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/cloned_ref_to_slice_refs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ declare_clippy_lint! {
1717
///
1818
/// ### Why is this bad
1919
///
20-
/// A reference does not need to be owned in order to used as a slice.
20+
/// A reference does not need to be owned in order to be used as a slice.
2121
///
2222
/// ### Known problems
2323
///

0 commit comments

Comments
 (0)