We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e843a9 + f75d5bf commit e2ef299Copy full SHA for e2ef299
src/mutable_keys.rs
@@ -8,10 +8,10 @@ pub struct PrivateMarker {}
8
///
9
/// These methods expose `&mut K`, mutable references to the key as it is stored
10
/// in the map.
11
-/// You are allowed to modify the keys in the hashmap **if the modifcation
+/// You are allowed to modify the keys in the hashmap **if the modification
12
/// does not change the key’s hash and equality**.
13
14
-/// If keys are modified erronously, you can no longer look them up.
+/// If keys are modified erroneously, you can no longer look them up.
15
/// This is sound (memory safe) but a logical error hazard (just like
16
/// implementing PartialEq, Eq, or Hash incorrectly would be).
17
0 commit comments