Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857b3be commit 8912c62Copy full SHA for 8912c62
src/data-structures/hash-table.js
@@ -55,7 +55,7 @@
55
56
/**
57
* Simple non-crypto hash used to hash keys, which determines
58
- * while bucket the value will be placed in.
+ * which bucket the value will be placed in.
59
* A javascript implementation of Java's 32bitint hash.
60
*
61
* @public
0 commit comments