aboutsummaryrefslogtreecommitdiff
path: root/api/builtins.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-19 14:55:43 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-19 14:55:43 -0400
commitf59988cc104bfa65507e6aab48914d1d35f27c9b (patch)
treeb53375beb487b610dbe045787fbced60bf557519 /api/builtins.md
parent1c20a8f90f50ec8cfeff2d768bea3fed67016d6d (diff)
Update API docs
Diffstat (limited to 'api/builtins.md')
-rw-r--r--api/builtins.md2
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
---------|------|-------------|---------