Skip to content

Commit d78218c

Browse files
noahtallentyxla
andauthored
Update doc comment
Co-authored-by: Marin Atanasov <[email protected]>
1 parent a2e007e commit d78218c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/is-shallow-equal/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export { default as isShallowEqualArrays } from './arrays';
1313

1414
/**
1515
* Returns true if the two arrays or objects are shallow equal, or false
16-
* otherwise. Also handles primitives and falsey values, just in case.
16+
* otherwise. Also handles primitive values, just in case.
1717
*
1818
* @param {any} a First object or array to compare.
1919
* @param {any} b Second object or array to compare.

0 commit comments

Comments
 (0)