Skip to content

Commit

Permalink
[INTERNAL] Fix new detected JSDoc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
flovogt committed Nov 8, 2022
1 parent 8de2181 commit 36a99f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lbt/resources/ResourceCollector.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ResourceCollector {
*
* If no component is given, orphans will only be reported but not added to any component (default).
*
* @param {object<string, string[]>} list component to list of components
* @param {Object<string, string[]>} list component to list of components
*/
setExternalResources(list) {
this._externalResources = list;
Expand Down
2 changes: 1 addition & 1 deletion lib/processors/versionInfoGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function getTimestamp() {
/**
* Manifest libraries as defined in the manifest.json file
*
* @typedef {object<string, {lazy: boolean}>} ManifestLibraries
* @typedef {Object<string, {lazy: boolean}>} ManifestLibraries
*
* sample:
* <pre>
Expand Down

0 comments on commit 36a99f5

Please sign in to comment.