From 1323cf2a98d2594c063101b39c3a60d08a694e52 Mon Sep 17 00:00:00 2001 From: Dhiraj Bodicherla Date: Mon, 25 Aug 2014 07:57:33 -0400 Subject: [PATCH] corrected typo --- Chapter10/Chapter9/Chapter8/Chap8-2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter10/Chapter9/Chapter8/Chap8-2.js b/Chapter10/Chapter9/Chapter8/Chap8-2.js index 23be094..b83bc7c 100644 --- a/Chapter10/Chapter9/Chapter8/Chap8-2.js +++ b/Chapter10/Chapter9/Chapter8/Chap8-2.js @@ -1,4 +1,4 @@ -unction HashTable() { +function HashTable() { this.table = new Array(137); this.simpleHash = simpleHash; this.betterHash = betterHash;