Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca85e75

Browse filesBrowse 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
Copy full SHA for ca85e75

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎type-definitions/Immutable.d.ts

Copy file name to clipboardExpand all lines: type-definitions/Immutable.d.ts
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.