8000
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 0a06cd7 + fdc7a79 commit c49cad6Copy full SHA for c49cad6
src/is.js
@@ -40,7 +40,7 @@
40
* not be performant. An alternative is to implement `equals` and `hashCode`.
41
*
42
* `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
+ * if it is equal. Equality is symmetrical, so the same result should be
44
* returned if this and the argument are flipped.
45
46
* assert( a.equals(b) === b.equals(a) );
0 commit comments