Skip to content

Commit 04cf019

Browse files
docs: clarify object check comment (#7323)
Co-authored-by: Jay <jasonsaayman@gmail.com>
1 parent 696fa75 commit 04cf019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const kindOfTest = (type) => {
2121
const typeOfTest = type => thing => typeof thing === type;
2222

2323
/**
24-
* Determine if a value is an Array
24+
* Determine if a value is a non-null object
2525
*
2626
* @param {Object} val The value to test
2727
*

0 commit comments

Comments
 (0)