10000 Fix a typo in Immutable.d.ts (#1559) · retyui/immutable-js@ca85e75 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca85e75

Browse files
SimonMossmyrleebyron
authored andcommitted
Fix a typo in Immutable.d.ts (immutable-js#1559)
Replace 'than' with 'that' in the documentation of 'hash()' in Immutable.d.ts.
1 parent af28e9b commit ca85e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

type-definitions/Immutable.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4807,7 +4807,7 @@ declare module Immutable {
48074807
* two values are equivalent and is used to determine how to store those
48084808
* values. Provided with any value, `hash()` will return a 31-bit integer.
48094809
*
4810-
* When designing Objects which may be equal, it's important than when a
4810+
* When designing Objects which may be equal, it's important that when a
48114811
* `.equals()` method returns true, that both values `.hashCode()` method
48124812
* return the same value. `hash()` may be used to produce those values.
48134813
*

0 commit comments

Comments
 (0)
0