Skip to content

Commit 5653732

Browse files
authored
Merge pull request webpack#7476 from sandersn/fix-template-tag-syntax
Fix template tag syntax
2 parents 19389b7 + c971073 commit 5653732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Chunk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const getModulesIdent = set => {
6969
};
7070

7171
/**
72-
* @template {T}
72+
* @template T
7373
* @param {Set<T>} set the set to convert to array
7474
* @returns {Array<T>} the array returned from Array.from(set)
7575
*/

lib/ChunkGroup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const compareLocations = require("./compareLocations");
1818
let debugId = 5000;
1919

2020
/**
21-
* @template {T}
21+
* @template T
2222
* @param {Set<T>} set set to convert to array.
2323
* @returns {T[]} the array format of existing set
2424
*/

0 commit comments

Comments
 (0)