Skip to content

Commit 5aaddfd

Browse files
authored
Update README.md
1 parent 6baf8f4 commit 5aaddfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This implementation is header-only. Simply include it in your project and you ar
4242
std::cout << "item3: " << item << '\n';
4343
}
4444
else {
45-
std::cout << "item3 not in Hashmap!\n"
45+
std::cout << "item3 not in Hashmap!\n";
4646
}
4747

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

6565
### References
6666

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

0 commit comments

Comments
 (0)