Skip to content

Commit ade8333

Browse files
authored
Merge pull request mgechev#141 from jurassix/patch-1
minor typo
2 parents 857b3be + 8912c62 commit ade8333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data-structures/hash-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
/**
5757
* Simple non-crypto hash used to hash keys, which determines
58-
* while bucket the value will be placed in.
58+
* which bucket the value will be placed in.
5959
* A javascript implementation of Java's 32bitint hash.
6060
*
6161
* @public

0 commit comments

Comments
 (0)