Skip to content

Commit a279872

Browse files
committed
[INTERNAL] JSDoc: Fix syntax error in @example
1 parent 7ec38a4 commit a279872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/tasks/generateResourcesJson.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function getCreatorOptions(projectName) {
6464
* </p>
6565
*
6666
* @example <caption>sample resources.json</caption>
67-
* {
67+
* const resourcesJson = {
6868
* "_version": "1.1.0",
6969
* "resources": [
7070
* {
@@ -102,7 +102,7 @@ function getCreatorOptions(projectName) {
102102
* "support": true
103103
* }
104104
* ]
105-
* }
105+
* };
106106
*
107107
* @public
108108
* @alias module:@ui5/builder.tasks.generateResourcesJson

0 commit comments

Comments
 (0)