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.
2 parents 857b3be + 8912c62 commit ade8333Copy full SHA for ade8333
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