Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wolgemoth authored Jan 11, 2024
1 parent 6baf8f4 commit 5aaddfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This implementation is header-only. Simply include it in your project and you ar
std::cout << "item3: " << item << '\n';
}
else {
std::cout << "item3 not in Hashmap!\n"
std::cout << "item3 not in Hashmap!\n";
}

return 0;
Expand All @@ -64,4 +64,4 @@ This header is used for [std::vector](https://en.cppreference.com/w/cpp/containe

### References

- Wang, Q. (Harry) (2020). Implementing Your Own HashMap (Explanation + Code). YouTube. Available at: https://www.youtube.com/watch?v=_Q-eNqTOxlE [Accessed 2021].
- Wang, Q. (Harry) (2020). Implementing Your Own HashMap (Explanation + Code). YouTube. Available at: https://www.youtube.com/watch?v=_Q-eNqTOxlE [Accessed 2021].

0 comments on commit 5aaddfd

Please sign in to comment.