Skip to content

Commit

Permalink
Fix: errorneous description for _.isNull
Browse files Browse the repository at this point in the history
  • Loading branch information
Koura committed Mar 4, 2022
1 parent 5bddb71 commit a105331
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 @@ -2253,7 +2253,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 a105331

Please sign in to comment.