Skip to content

Commit

Permalink
Fix @template syntax error in Compilation.js iterationOfArrayCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed Jul 3, 2018
1 parent a4e5f63 commit b01f378
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 b01f378

Please sign in to comment.