Skip to content

Commit

Permalink
Merge pull request #336 from Koura/fix-isnull-description
Browse files Browse the repository at this point in the history
Fix: errorneous description for _.isNull
  • Loading branch information
stevemao committed Aug 18, 2022
2 parents 0dc3861 + a105331 commit a7261a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2262,7 +2262,7 @@ console.log(undefined == null)

### _.isNull

Checks if value is null or undefined.
Checks if value is null.

```js
// Underscore/Lodash
Expand Down

0 comments on commit a7261a8

Please sign in to comment.