From 48006c60cf8f4a6c4e61a52bbd579ea03dda3df5 Mon Sep 17 00:00:00 2001 From: lsdage Date: Tue, 10 Apr 2018 09:50:46 +0200 Subject: [PATCH] Fixed a typo --- book/book.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/book.tex b/book/book.tex index 499c7d8..88f0eed 100644 --- a/book/book.tex +++ b/book/book.tex @@ -16935,7 +16935,7 @@ \section{Hashtables} {\tt BetterMap}: if they are equal, the average number of items per LinearMap is 1, so it calls {\tt resize}. -{\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 one, and then ``rehashes'' the items from the old map to the new. Rehashing is necessary because changing the number of LinearMaps