Skip to content

Commit eaa5bc8

Browse files
authored
Merge pull request webpack#7648 from mohsen1/fix-template-syntax
Fix @template syntax error in Compilation.js iterationOfArrayCallback
2 parents a4e5f63 + b01f378 commit eaa5bc8

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)