aboutsummaryrefslogtreecommitdiff
path: root/api/tables.yaml
diff options
context:
space:
mode:
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: >