Skip to content

Commit 85ca9f3

Browse files
authored
Update readme.md
Fixed incorrect JSDoc optional syntax
1 parent 61e9b56 commit 85ca9f3

File tree

1 file changed

+1
-1
lines changed
  • UX Data Broker Transform/starter-template

1 file changed

+1
-1
lines changed

UX Data Broker Transform/starter-template/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This repository provides a starter template for creating Transform Data Brokers
1313

1414
```javascript
1515
/**
16-
* @param {{param1: string, param2: number, param3: [boolean]}} inputs
16+
* @param {{param1: string, param2: number, param3?: boolean}} inputs
1717
* Inputs from the properties field above; param1 and param2 are mandatory.
1818
* @returns {string} The value returned after transformation.
1919
*/

0 commit comments

Comments
 (0)