Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jan 10, 2024
1 parent 9105e4f commit 9295787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This implementation is header-only. Simply include it in your project and you ar
hashmap.Add("item3", 3.0f);

float item;
if (hashmap.Contains("item3", item)) {
if (hashmap.Get("item3", item)) {
std::cout << "item3: " << item << '\n';
}
else {
Expand Down

0 comments on commit 9295787

Please sign in to comment.