Skip to content

Commit 1323cf2

Browse files
corrected typo
1 parent 903b3c8 commit 1323cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter10/Chapter9/Chapter8/Chap8-2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unction HashTable() {
1+
function HashTable() {
22
this.table = new Array(137);
33
this.simpleHash = simpleHash;
44
this.betterHash = betterHash;

0 commit comments

Comments
 (0)