Skip to content

Commit

Permalink
Merge pull request #7476 from sandersn/fix-template-tag-syntax
Browse files Browse the repository at this point in the history
Fix template tag syntax
  • Loading branch information
sokra committed Jun 5, 2018
2 parents 19389b7 + c971073 commit 5653732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Chunk.js
Expand Up @@ -69,7 +69,7 @@ const getModulesIdent = set => {
};

/**
* @template {T}
* @template T
* @param {Set<T>} set the set to convert to array
* @returns {Array<T>} the array returned from Array.from(set)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/ChunkGroup.js
Expand Up @@ -18,7 +18,7 @@ const compareLocations = require("./compareLocations");
let debugId = 5000;

/**
* @template {T}
* @template T
* @param {Set<T>} set set to convert to array.
* @returns {T[]} the array format of existing set
*/
Expand Down

0 comments on commit 5653732

Please sign in to comment.