We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28459d0 + 1a81ddb commit 58b21c1Copy full SHA for 58b21c1
README.md
@@ -340,7 +340,7 @@ Parameters have the following format;
340
| name | NamedParameter Only | The name of the Parameter, must match `/[A-Z][A-Z0-9_]*/i` |
341
| type | yes | A string representing a valid FunctionScript type |
342
| description | yes | A short description of the parameter, can be empty string (`""`) |
343
-| defaultValue | no | Must match the specified type, **if not provided this parameter is required** |
+| defaultValue | no | Must match the specified type. **If type is not provided, this parameter is required** |
344
345
### Types
346
0 commit comments