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 af28e9b commit ca85e75Copy full SHA for ca85e75
type-definitions/Immutable.d.ts
@@ -4807,7 +4807,7 @@ declare module Immutable {
4807
* two values are equivalent and is used to determine how to store those
4808
* values. Provided with any value, `hash()` will return a 31-bit integer.
4809
*
4810
- * When designing Objects which may be equal, it's important than when a
+ * When designing Objects which may be equal, it's important that when a
4811
* `.equals()` method returns true, that both values `.hashCode()` method
4812
* return the same value. `hash()` may be used to produce those values.
4813
0 commit comments