diff --git a/lib/Compilation.js b/lib/Compilation.js index 3733f0294..c1be909f1 100644 --- a/lib/Compilation.js +++ b/lib/Compilation.js @@ -176,7 +176,7 @@ const iterationBlockVariable = (variables, fn) => { }; /** - * @template {T} + * @template T * @param {T[]} arr array of elements to iterate over * @param {function(T): void} fn callback applied to each element * @returns {void}