Skip to content

Commit

Permalink
Update concepts/loops/about.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sander Ploegsma <[email protected]>
  • Loading branch information
manumafe98 and sanderploegsma authored May 7, 2024
1 parent 5c89605 commit f072854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/loops/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ which outputs:

## Continue

The continue statement in the other hand acts similar to a "skip button" in a looping construct.
The continue statement on the other hand acts similar to a "skip button" in a looping construct.
When encountered within a loop's body, `continue` skips the remaining statements in the current iteration.

For exmaple:
Expand Down

0 comments on commit f072854

Please sign in to comment.