Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Dec 7, 2018
1 parent 1ac066e commit ba3db7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/ptr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2518,7 +2518,7 @@ pub fn eq<T: ?Sized>(a: *const T, b: *const T) -> bool {

/// Hash a raw pointer.
///
/// 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)
/// by its address rather than the value it points to
/// (which is what the `Hash for &T` implementation does).
///
Expand Down

0 comments on commit ba3db7b

Please sign in to comment.