Add missing word to cloned_ref_to_slice_refs docs (#15012)

changelog: none
This commit is contained in:
Catherine Flores 2025-06-08 00:48:50 +00:00 committed by GitHub
commit 0138c79f76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ declare_clippy_lint! {
///
/// ### Why is this bad
///
/// A reference does not need to be owned in order to used as a slice.
/// A reference does not need to be owned in order to be used as a slice.
///
/// ### Known problems
///