Fix a small grammar mistake
There was a tiny grammar mistake that I fixed by switched the words around.
This commit is contained in:
parent
2275894801
commit
16de27d116
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ label: {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
...Although, 99.9% of the time `break` used is inside loops, as we've seen in the examples above.
|
...Although, 99.9% of the time `break` is used inside loops, as we've seen in the examples above.
|
||||||
|
|
||||||
A `continue` is only possible from inside a loop.
|
A `continue` is only possible from inside a loop.
|
||||||
````
|
````
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue