Skip to content

Commit 4e54af5

Browse files
authored
Update README.md
1 parent f78645c commit 4e54af5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ Note that JavaScript doesn't always treat mathematical expressions of undefined
130130

131131
| Method | Description
132132
| - | -
133-
| is.**empty**(_value_) | Tests if an object's `.length` or `.size` property equals zero.
133+
| is.**empty**(_value_) | Tests for an empty _string_ primitive or if an object's `.length` or `.size` property equals zero.
134134
| is.**of**(_value_, _class_) | Tests if _value_ is an instance of _class_. (Same as using the `instanceof` operator.)

0 commit comments

Comments
 (0)