diff --git a/underscore/underscore.d.ts b/underscore/underscore.d.ts index f50488b66..903835e2f 100644 --- a/underscore/underscore.d.ts +++ b/underscore/underscore.d.ts @@ -3253,7 +3253,7 @@ interface _Chain { * @param arr Arrays and/or values to concatenate into a new array. See the discussion below for details. * @return A new array comprised of the array on which it is called **/ - concat(...arr: Array): _Chain; + concat(...arr: Array): _Chain; /** * Join all elements of an array into a string.