We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e09133 + ee5a3f2 commit 49a6f31Copy full SHA for 49a6f31
1 file changed
book/book.tex
@@ -16903,7 +16903,7 @@ \section{Hashtables}
16903
{\tt BetterMap}: if they are equal, the average number of items per
16904
LinearMap is 1, so it calls {\tt resize}.
16905
16906
-{\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
16907
one, and then ``rehashes'' the items from the old map to the new.
16908
16909
Rehashing is necessary because changing the number of LinearMaps
0 commit comments