We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 648d65a + 212e98b commit e8050c0Copy full SHA for e8050c0
library/core/src/convert/mod.rs
@@ -108,7 +108,7 @@ pub const fn identity<T>(x: T) -> T {
108
/// If you need to do a costly conversion it is better to implement [`From`] with type
109
/// `&T` or write a custom function.
110
///
111
-/// `AsRef` has the same signature as [`Borrow`], but [`Borrow`] is different in few aspects:
+/// `AsRef` has the same signature as [`Borrow`], but [`Borrow`] is different in a few aspects:
112
113
/// - Unlike `AsRef`, [`Borrow`] has a blanket impl for any `T`, and can be used to accept either
114
/// a reference or a value.
0 commit comments