Bhupesh-V / 30-seconds-of-cpp

30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
https://bhupesh-v.github.io/30-Seconds-of-C++/
MIT License
1.45k stars 610 forks source link

Changed description in unordered_map's count #710

Open UberChili opened 1 year ago

UberChili commented 1 year ago

This PR... elaborates a little more on the description in count.md from unordered_map for what I believe is a more correct explanation. Also, I fixed some minor white space inconsistencies in the example code.

Changes

Description in count.md. Added some whitespaces in the code.

Checklist