diff --git a/OJ notes/pages/Leetcode Group-Anagrams.md b/OJ notes/pages/Leetcode Group-Anagrams.md index a06f4f6..3a56d06 100644 --- a/OJ notes/pages/Leetcode Group-Anagrams.md +++ b/OJ notes/pages/Leetcode Group-Anagrams.md @@ -84,7 +84,7 @@ Note that vectors doesn't work in unordered hash maps, unless we use custom hash functions. And arrays in c style definition (`int arr[26];`) will be -hashed according to address, not content. +hashed according to address, not conte`nt. #### Alternative method