continue: fix grammar (#15352)
This commit is contained in:
@@ -7,6 +7,6 @@
|
|||||||
|
|
||||||
`while :; do continue; echo "This will never be reached"; done`
|
`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`
|
`for i in {1..3}; do while :; do continue 2; done; done`
|
||||||
|
Reference in New Issue
Block a user