Skip to content

Commit c008d45

Browse files
authored
Add a missing article
Add a missing article
1 parent e3c43e6 commit c008d45

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/convert

1 file changed

+1
-1
lines changed

library/core/src/convert/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pub const fn identity<T>(x: T) -> T {
112112
///
113113
/// - Unlike `AsRef`, [`Borrow`] has a blanket impl for any `T`, and can be used to accept either
114114
/// a reference or a value.
115-
/// - [`Borrow`] also requires that [`Hash`], [`Eq`] and [`Ord`] for borrowed value are
115+
/// - [`Borrow`] also requires that [`Hash`], [`Eq`] and [`Ord`] for a borrowed value are
116116
/// equivalent to those of the owned value. For this reason, if you want to
117117
/// borrow only a single field of a struct you can implement `AsRef`, but not [`Borrow`].
118118
///

0 commit comments

Comments
 (0)