Fixed minor typo

This commit is contained in:
Christoph Wolf 2022-08-24 22:08:23 +02:00 committed by GitHub
parent dd68cb7780
commit 774c75c31e
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.