diff --git a/src/types/YArray.js b/src/types/YArray.js index cefc908b..7c210fa6 100644 --- a/src/types/YArray.js +++ b/src/types/YArray.js @@ -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):M} f Function that produces an element of the new Array * @return {Array} A new array with each element being the result of the * callback function