From a1053317e78466824d547c58d272eb2f75fe947b Mon Sep 17 00:00:00 2001 From: tjalkane <1162417+Koura@users.noreply.github.com> Date: Fri, 4 Mar 2022 11:50:26 +0200 Subject: [PATCH] Fix: errorneous description for _.isNull --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86eef2d..ead9126 100644 --- a/README.md +++ b/README.md @@ -2253,7 +2253,7 @@ console.log(undefined == null) ### _.isNull -Checks if value is null or undefined. +Checks if value is null. ```js // Underscore/Lodash