Cleaned up code for is.empty() function

This commit is contained in:
Kodie Grantham 2017-10-05 11:55:49 -05:00
parent af2ad0c819
commit 788891cd81
3 changed files with 12 additions and 8 deletions

View file

@ -152,7 +152,7 @@ Check if `value` is `Infinity` or `-Infinity`.
##### .empty(value)
Returns `true` if `value` is an empty string, array, object, map, or set.
Returns `true` if `value` is falsy or an empty string, array, object, map, or set.
## FAQ