Skip to content

Commit ba3db7b

Browse files
committed
grammar
1 parent 1ac066e commit ba3db7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/ptr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2518,7 +2518,7 @@ pub fn eq<T: ?Sized>(a: *const T, b: *const T) -> bool {
25182518

25192519
/// Hash a raw pointer.
25202520
///
2521-
/// This can be used to hash a `&T` reference (which coerce to `*const T` implicitly)
2521+
/// This can be used to hash a `&T` reference (which coerces to `*const T` implicitly)
25222522
/// by its address rather than the value it points to
25232523
/// (which is what the `Hash for &T` implementation does).
25242524
///

0 commit comments

Comments
 (0)