Merge pull request #8 from ChristoWolf/patch-1

Fixed minor typo
This commit is contained in:
Teiva Harsanyi 2022-08-24 22:12:32 +02:00 committed by GitHub
commit 20455c65c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,7 +168,7 @@ To ensure predictable outputs when using maps, remember that a map data structur
* Doesnt have a deterministic iteration order
* Doesnt guarantee that an element added during an iteration will be produced during this iteration
#### Ignoring how the `break` statement work (#34)
#### Ignoring how the `break` statement works (#34)
Using `break` or `continue` with a label enforces breaking a specific statement. This can be helpful with `switch` or `select` statements inside loops.