Fixed speeeling miskate :)

This commit is contained in:
2026-03-02 17:27:06 +02:00
parent 084eb8266b
commit e185c77cb8

View File

@@ -32,7 +32,7 @@ public:
// Empty bucket
if (!storage[keyHashPosition].empty()) {
// 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,
Has(key));
}