diff options
Diffstat (limited to 'api/tables.md')
| -rw-r--r-- | api/tables.md | 4 |
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 ---------|------|-------------|--------- |
