From 1a196aa8f724971e531487f9cdd541f7957cfd92 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 6 Apr 2025 23:37:05 -0400 Subject: Update syntax in docs --- docs/tables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tables.md') diff --git a/docs/tables.md b/docs/tables.md index 605a1486..c0376f38 100644 --- a/docs/tables.md +++ b/docs/tables.md @@ -139,10 +139,10 @@ t := {"A"=10, "B"=20} You can iterate over the key/value pairs in a table like this: ```tomo -for key, value in table: +for key, value in table ... -for key in table: +for key in table ... ``` -- cgit v1.2.3