Skip to content

Commit e0a02f3

Browse files
committed
Change nully to nullish
1 parent d0032bd commit e0a02f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

factory.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function factory(schema, defaultTagName, caseSensitive) {
5050
var property
5151
var result
5252

53-
// Ignore nully and NaN values.
53+
// Ignore nullish and NaN values.
5454
if (value === null || value === undefined || value !== value) {
5555
return
5656
}

0 commit comments

Comments
 (0)