docs: update

This commit is contained in:
Dylan Araps 2018-06-14 08:36:07 +10:00
parent 3d2140791c
commit e9c2e58801
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ get_cursor_pos() {
```sh
# Tiny C Style.
for((;i++<10)){ echo "$i";}
for((;i++<10;)){ echo "$i";}
# Undocumented method.
for i in {1..10};{ echo "$i";}