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.
1 parent 605eb12 commit d41077fCopy full SHA for d41077f
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