diff --git a/lodash.js b/lodash.js index 900cedf3d..44a14053d 100644 --- a/lodash.js +++ b/lodash.js @@ -6961,7 +6961,7 @@ /** * Creates an array with all falsey values removed. The values `false`, `null`, - * `0`, `""`, `undefined`, and `NaN` are falsey. + * `0`, `-0', '0n`, `""`, `undefined`, and `NaN` are falsy. * * @static * @memberOf _