Skip to content

Commit

Permalink
[INTERNAL] JSDoc: Fix syntax error in generateResourcesJson example
Browse files Browse the repository at this point in the history
Must be valid JavaScript
  • Loading branch information
RandomByte committed Nov 27, 2020
1 parent e9458e7 commit 3b5b4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/generateResourcesJson.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function getCreatorOptions(projectName) {
* </p>
*
* @example <caption>sample resources.json</caption>
* {
* const resourcesJson = {
* "_version": "1.1.0",
* "resources": [
* {
Expand Down Expand Up @@ -102,7 +102,7 @@ function getCreatorOptions(projectName) {
* "support": true
* }
* ]
* }
* };
*
* @public
* @alias module:@ui5/builder.tasks.generateResourcesJson
Expand Down

0 comments on commit 3b5b4ef

Please sign in to comment.