Skip to content

Commit d41077f

Browse files
authored
Clarify defaultValue description
1 parent 605eb12 commit d41077f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Parameters have the following format;
340340
| name | NamedParameter Only | The name of the Parameter, must match `/[A-Z][A-Z0-9_]*/i` |
341341
| type | yes | A string representing a valid FunctionScript type |
342342
| 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** |
343+
| defaultValue | no | Must match the specified type, **if type is not provided, this parameter is required** |
344344

345345
### Types
346346

0 commit comments

Comments
 (0)