diff --git a/lib/utils.js b/lib/utils.js index 68bab35..245282e 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -21,7 +21,7 @@ const kindOfTest = (type) => { const typeOfTest = type => thing => typeof thing === type; /** - * Determine if a value is an Array + * Determine if a value is a non-null object * * @param {Object} val The value to test *