Add missing word to cloned_ref_to_slice_refs docs

changelog: none
This commit is contained in:
Vincent Ging Ho Yim 2025-06-08 01:49:36 +10:00 committed by GitHub
parent 33052be5a6
commit aace547a00
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
///