Skip to content

Commit

Permalink
Merge pull request #7648 from mohsen1/fix-template-syntax
Browse files Browse the repository at this point in the history
Fix @template syntax error in Compilation.js iterationOfArrayCallback
  • Loading branch information
sokra committed Jul 4, 2018
2 parents a4e5f63 + b01f378 commit eaa5bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Compilation.js
Expand Up @@ -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}
Expand Down

0 comments on commit eaa5bc8

Please sign in to comment.