diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tables.md b/docs/tables.md index f4753efb..b18b6209 100644 --- a/docs/tables.md +++ b/docs/tables.md @@ -51,7 +51,7 @@ t2 := {"B": 20; fallback=t} ``` The fallback is available by the `.fallback` field, which returns an optional -readonly pointer to the fallback table (if present) or null if it is not. +table value. ## Length |
