mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 09:55:34 +02:00
continue: fix grammar (#15352)
This commit is contained in:
parent
ff532ecf93
commit
3946c78dd6
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@
|
|||
|
||||
`while :; do continue; echo "This will never be reached"; done`
|
||||
|
||||
- Skip the next iteration from within a nested loop:
|
||||
- Skip to the next iteration from within a nested loop:
|
||||
|
||||
`for i in {1..3}; do while :; do continue 2; done; done`
|
||||
|
|
Loading…
Add table
Reference in a new issue