aboutsummaryrefslogtreecommitdiff
path: root/api/tables.yaml
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-19 14:48:17 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-19 14:48:17 -0400
commit1663004ff08de9d90338cb3c04bbf45e61477d6b (patch)
tree36f8bdd60f976537c8582769881193169fca1827 /api/tables.yaml
parent67fd3c725e6511adf70345f0733ec0b948477a11 (diff)
Minor formatting fixes
Diffstat (limited to 'api/tables.yaml')
-rw-r--r--api/tables.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/tables.yaml b/api/tables.yaml
index c1cdd53d..6ab5f505 100644
--- a/api/tables.yaml
+++ b/api/tables.yaml
@@ -16,7 +16,8 @@ Table.clear:
Table.get:
description: >
Retrieves the value associated with a key, or returns `none` if the key is not present.
- **Note:** default values for the table are ignored.
+ note: >
+ Default values for the table are ignored.
return:
type: 'V?'
description: >