Skip to content

Commit b01f378

Browse files
committed
Fix @template syntax error in Compilation.js iterationOfArrayCallback
1 parent a4e5f63 commit b01f378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Compilation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ const iterationBlockVariable = (variables, fn) => {
176176
};
177177

178178
/**
179-
* @template {T}
179+
* @template T
180180
* @param {T[]} arr array of elements to iterate over
181181
* @param {function(T): void} fn callback applied to each element
182182
* @returns {void}

0 commit comments

Comments
 (0)