1 parent 8285625 commit ee5a3f2Copy full SHA for ee5a3f2
1 file changed
book/book.tex
@@ -16902,7 +16902,7 @@ \section{Hashtables}
16902
{\tt BetterMap}: if they are equal, the average number of items per
16903
LinearMap is 1, so it calls {\tt resize}.
16904
16905
-{\tt resize} make a new {\tt BetterMap}, twice as big as the previous
+{\tt resize} makes a new {\tt BetterMap}, twice as big as the previous
16906
one, and then ``rehashes'' the items from the old map to the new.
16907
16908
Rehashing is necessary because changing the number of LinearMaps
0 commit comments