diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-11 15:01:51 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-11 15:01:51 -0400 |
| commit | a025fc55bfb56c78267f29e4ce4e5bae508ce599 (patch) | |
| tree | a3ed915604cc0cd40e9bf097f1f9bac2d69c4ae2 /docs/tables.md | |
| parent | c45afdabd5f17c9d37676bf8adea408534aa30f0 (diff) | |
Update docs
Diffstat (limited to 'docs/tables.md')
| -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 |
