Improve rest args docs

This commit is contained in:
Schuyler Cebulskie
2016-11-24 11:22:08 -05:00
parent 945a2e370a
commit ac64f8bd23
2 changed files with 3 additions and 3 deletions

View File

@@ -305,7 +305,7 @@ class Collection extends Map {
/**
* Combines this collection with others into a new collection. None of the source collections are modified.
* @param {Collection} collections Collections to merge (infinite/rest argument, not an array)
* @param {...Collection} collections Collections to merge
* @returns {Collection}
* @example const newColl = someColl.concat(someOtherColl, anotherColl, ohBoyAColl);
*/