We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac066e commit ba3db7bCopy full SHA for ba3db7b
src/libcore/ptr.rs
@@ -2518,7 +2518,7 @@ pub fn eq<T: ?Sized>(a: *const T, b: *const T) -> bool {
2518
2519
/// Hash a raw pointer.
2520
///
2521
-/// This can be used to hash a `&T` reference (which coerce to `*const T` implicitly)
+/// This can be used to hash a `&T` reference (which coerces to `*const T` implicitly)
2522
/// by its address rather than the value it points to
2523
/// (which is what the `Hash for &T` implementation does).
2524
0 commit comments