diff --git a/README.md b/README.md index 2536ae3..a5a91bb 100644 --- a/README.md +++ b/README.md @@ -2262,7 +2262,7 @@ console.log(undefined == null) ### _.isNull -Checks if value is null or undefined. +Checks if value is null. ```js // Underscore/Lodash