From a025fc55bfb56c78267f29e4ce4e5bae508ce599 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 11 Sep 2024 15:01:51 -0400 Subject: [PATCH] Update docs --- docs/tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tables.md b/docs/tables.md index f4753ef..b18b620 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