From 04cf01969ed58f96920da032f340bfe4614aab90 Mon Sep 17 00:00:00 2001 From: Sachin <149361861+sachin11063@users.noreply.github.com> Date: Wed, 4 Feb 2026 22:51:44 +0530 Subject: [PATCH] docs: clarify object check comment (#7323) Co-authored-by: Jay --- lib/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *