8000 Merge pull request #885 from calvinclaus/patch-1 · immutable-js/immutable-js@c49cad6 · GitHub
[go: up one dir, main page]

Skip to content

Commit c49cad6

Browse files
author
Kevin Lacker
authored
Merge pull request #885 from calvinclaus/patch-1
Removed additional 'the' in comments
2 parents 0a06cd7 + fdc7a79 commit c49cad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/is.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* not be performant. An alternative is to implement `equals` and `hashCode`.
4141
*
4242
* `equals` takes another object, presumably of similar type, and returns true
43-
* if the it is equal. Equality is symmetrical, so the same result should be
43+
* if it is equal. Equality is symmetrical, so the same result should be
4444
* returned if this and the argument are flipped.
4545
*
4646
* assert( a.equals(b) === b.equals(a) );

0 commit comments

Comments
 (0)
0