diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 23:37:05 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 23:37:05 -0400 |
| commit | 1a196aa8f724971e531487f9cdd541f7957cfd92 (patch) | |
| tree | 52a36701065ab0e3f7012765c909c3b2a3fd2e49 /docs/sets.md | |
| parent | 4a3db447ce820617a72bdd9fc6217c84c3799bea (diff) | |
Update syntax in docs
Diffstat (limited to 'docs/sets.md')
| -rw-r--r-- | docs/sets.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sets.md b/docs/sets.md index 1aaba59d..d40b825c 100644 --- a/docs/sets.md +++ b/docs/sets.md @@ -62,10 +62,10 @@ Set length can be accessed by the `.length` field: You can iterate over the items in a table like this: ```tomo -for item in set: +for item in set ... -for i, item in set: +for i, item in set ... ``` |
