Fixed speeeling miskate :)
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
|||||||
// Empty bucket
|
// Empty bucket
|
||||||
if (!storage[keyHashPosition].empty()) {
|
if (!storage[keyHashPosition].empty()) {
|
||||||
// Throws
|
// Throws
|
||||||
Systems::Logging::Log("Trying to inserting same key twice! Throwing...",
|
Systems::Logging::Log("Trying to insert the same key twice! Throwing...",
|
||||||
"Hashmap", Systems::Logging::LogLevel::Error,
|
"Hashmap", Systems::Logging::LogLevel::Error,
|
||||||
Has(key));
|
Has(key));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user