Fixed typo

This commit is contained in:
Ullrich Koethe 2025-03-04 22:26:03 +01:00 committed by GitHub
parent 5299fb2917
commit 574fffe9ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -190,7 +190,7 @@ together into one larger array.
``` ```
Note that the opening brace or bracket of the body must be on the same Note that the opening brace or bracket of the body must be on the same
line as the `#for` or `#whilde` (unlike in many other languages). line as the `#for` or `#while` (unlike in many other languages).
For loops can iterate over a variety of collections: For loops can iterate over a variety of collections:
- `{for value in array {..}}` \ - `{for value in array {..}}` \