Skip to content

Commit e2ef299

Browse files
authored
Merge pull request #194 from striezel-stash/fix-typos
fix typos
2 parents 8e843a9 + f75d5bf commit e2ef299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mutable_keys.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ pub struct PrivateMarker {}
88
///
99
/// These methods expose `&mut K`, mutable references to the key as it is stored
1010
/// in the map.
11-
/// You are allowed to modify the keys in the hashmap **if the modifcation
11+
/// You are allowed to modify the keys in the hashmap **if the modification
1212
/// does not change the key’s hash and equality**.
1313
///
14-
/// If keys are modified erronously, you can no longer look them up.
14+
/// If keys are modified erroneously, you can no longer look them up.
1515
/// This is sound (memory safe) but a logical error hazard (just like
1616
/// implementing PartialEq, Eq, or Hash incorrectly would be).
1717
///

0 commit comments

Comments
 (0)