Skip to content

Commit 58b21c1

Browse files
committed
Merge branch 'master' of github.com:FunctionScript/FunctionScript
2 parents 28459d0 + 1a81ddb commit 58b21c1

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)