Remove T from JSDoc template, fixes #334

This commit is contained in:
Ben Merckx 2021-09-28 12:36:01 +02:00
parent df9bfbe778
commit b4b8927550

View File

@ -215,7 +215,7 @@ export class YArray extends AbstractType {
* Returns an Array with the result of calling a provided function on every
* element of this YArray.
*
* @template T,M
* @template M
* @param {function(T,number,YArray<T>):M} f Function that produces an element of the new Array
* @return {Array<M>} A new array with each element being the result of the
* callback function