diff options
Diffstat (limited to 'api/builtins.md')
| -rw-r--r-- | api/builtins.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/builtins.md b/api/builtins.md index 671849c3..4ae8f3e4 100644 --- a/api/builtins.md +++ b/api/builtins.md @@ -102,7 +102,7 @@ name | `Text` | The name of the environment variable to get. | print : func(text: Text, newline: Bool = yes -> Void) ``` -Prints a message to the console (alias for [`say`](#say)). +Prints a message to the console (alias for say()). Argument | Type | Description | Default ---------|------|-------------|--------- |
