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/integers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/integers.md') diff --git a/docs/integers.md b/docs/integers.md index bdef827d..84a2d1a2 100644 --- a/docs/integers.md +++ b/docs/integers.md @@ -362,7 +362,7 @@ An iterator function that counts onward from the starting integer. **Example:** ```tomo nums : &[Int] = &[] -for i in (5).onward(): +for i in (5).onward() nums.insert(i) stop if i == 10 >> nums[] -- cgit v1.2.3