Skip to content

Commit

Permalink
"the trait Hash" => "the Hash trait"
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed May 23, 2016
1 parent 1a7d3e1 commit 1e809f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/hash/mod.rs
Expand Up @@ -38,7 +38,7 @@
//! ```
//!
//! If you need more control over how a value is hashed, you need to implement
//! the trait `Hash`:
//! the `Hash` trait:
//!
//! ```rust
//! use std::hash::{Hash, Hasher, SipHasher};
Expand Down Expand Up @@ -106,7 +106,7 @@ mod sip;
/// ## How can I implement `Hash`?
///
/// If you need more control over how a value is hashed, you need to implement
/// the trait `Hash`:
/// the `Hash` trait:
///
/// ```
/// use std::hash::{Hash, Hasher};
Expand Down

0 comments on commit 1e809f5

Please sign in to comment.