File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,12 +119,12 @@ mod sip;
119
119
/// ```
120
120
/// #[derive(Hash)]
121
121
/// struct Rustacean {
122
- /// name: String,
123
- /// country: String,
122
+ /// name: String,
123
+ /// country: String,
124
124
/// }
125
125
/// ```
126
126
///
127
- /// If you need more control over how a value is hash , you can of course
127
+ /// If you need more control over how a value is hashed , you can of course
128
128
/// implement the `Hash` trait yourself:
129
129
///
130
130
/// ```
@@ -378,7 +378,7 @@ pub trait Hasher {
378
378
/// assert_eq!(hasher_1.finish(), hasher_2.finish());
379
379
/// ```
380
380
///
381
- /// [`build_hasher`]: #method .build_hasher
381
+ /// [`build_hasher`]: #tymethod .build_hasher
382
382
/// [`Hasher`]: trait.Hasher.html
383
383
/// [`HashMap`]: ../../std/collections/struct.HashMap.html
384
384
#[ stable( since = "1.7.0" , feature = "build_hasher" ) ]
You can’t perform that action at this time.
0 commit comments