aboutsummaryrefslogtreecommitdiff
path: root/api/tables.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/tables.md
parent1c20a8f90f50ec8cfeff2d768bea3fed67016d6d (diff)
Update API docs
Diffstat (limited to 'api/tables.md')
-rw-r--r--api/tables.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/api/tables.md b/api/tables.md
index 28c5c202..5b18ab49 100644
--- a/api/tables.md
+++ b/api/tables.md
@@ -29,7 +29,9 @@ t | `&{K=V}` | The reference to the table. |
Table.get : func(t: {K=V}, key: K -> V?)
```
-Retrieves the value associated with a key, or returns `none` if the key is not present. **Note:** default values for the table are ignored.
+Retrieves the value associated with a key, or returns `none` if the key is not present.
+
+Default values for the table are ignored.
Argument | Type | Description | Default
---------|------|-------------|---------