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 a2e007e commit d78218cCopy full SHA for d78218c
packages/is-shallow-equal/src/index.js
@@ -13,7 +13,7 @@ export { default as isShallowEqualArrays } from './arrays';
13
14
/**
15
* Returns true if the two arrays or objects are shallow equal, or false
16
- * otherwise. Also handles primitives and falsey values, just in case.
+ * otherwise. Also handles primitive values, just in case.
17
*
18
* @param {any} a First object or array to compare.
19
* @param {any} b Second object or array to compare.
0 commit comments