File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,14 +166,14 @@ mod sip;
166
166
///
167
167
/// ## Portability
168
168
///
169
- /// Due to differences in endianness and type sizes data fed by `Hash` to a `Hasher`
169
+ /// Due to differences in endianness and type sizes, data fed by `Hash` to a `Hasher`
170
170
/// should not be considered portable across platforms. Additionally the data passed by most
171
171
/// standard library types should not be considered stable between compiler versions.
172
172
///
173
173
/// This means tests shouldn't probe hard-coded hash values or data fed to a `Hasher` and
174
174
/// instead should check consistency with `Eq`.
175
175
///
176
- /// Serialization formats intended to he portable between platforms or compiler versions should
176
+ /// Serialization formats intended to be portable between platforms or compiler versions should
177
177
/// either avoid encoding hashes or only rely on `Hash` and `Hasher` implementations that
178
178
/// provide additional guarantees.
179
179
///
You can’t perform that action at this time.
0 commit comments