This commit is contained in:
K. Lange 2021-01-11 22:06:00 +09:00
parent 574dd82b92
commit e237120d7d

View File

@ -620,7 +620,7 @@ _**Note:** When individual names are imported from a module, they refer to the s
### Loops
Kuroku supports C-style for loops, while loops, and Python-style iterator for loops.
Kuroko supports C-style for loops, while loops, and Python-style iterator for loops.
```py
for i = 1; i < 5; i++: