mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-10 00:51:34 +11:00
Fix spelling errors in hash_map
This commit is contained in:
parent
7621f47644
commit
45431615dc
|
@ -942,7 +942,7 @@ impl<K, V> Node<K, V> {
|
|||
let old_value = mem::replace(&mut self.value, MaybeUninit::new(value));
|
||||
unsafe { old_value.assume_init() }
|
||||
} else {
|
||||
panic!("Cannot replace an unininitalised node");
|
||||
panic!("Cannot replace an uninitialised node");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue