diff --git a/lodash/lodash.d.ts b/lodash/lodash.d.ts index e9c585a62..56f415bd9 100644 --- a/lodash/lodash.d.ts +++ b/lodash/lodash.d.ts @@ -5153,7 +5153,7 @@ declare module _ { /** * @see _.where **/ - where(properties: U): LoDashArrayWrapper; + where(properties: U): LoDashArrayWrapper; } /********