We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac2e02 commit 4244ec6Copy full SHA for 4244ec6
lib/find-least-targeted.js
@@ -6,7 +6,7 @@
6
* @returns {Map<Target, number>}
7
*/
8
function countTargets (items, itemTargets) {
9
- /** @type {Map<T,number>} */
+ /** @type {Map<Target,number>} */
10
const countTracker = new Map();
11
12
for (const item of items) {
0 commit comments