Skip to content

Commit 36a99f5

Browse files
committed
[INTERNAL] Fix new detected JSDoc issues
1 parent 8de2181 commit 36a99f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/lbt/resources/ResourceCollector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class ResourceCollector {
6666
*
6767
* If no component is given, orphans will only be reported but not added to any component (default).
6868
*
69-
* @param {object<string, string[]>} list component to list of components
69+
* @param {Object<string, string[]>} list component to list of components
7070
*/
7171
setExternalResources(list) {
7272
this._externalResources = list;

lib/processors/versionInfoGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function getTimestamp() {
2525
/**
2626
* Manifest libraries as defined in the manifest.json file
2727
*
28-
* @typedef {object<string, {lazy: boolean}>} ManifestLibraries
28+
* @typedef {Object<string, {lazy: boolean}>} ManifestLibraries
2929
*
3030
* sample:
3131
* <pre>

0 commit comments

Comments
 (0)