Skip to content

Commit

Permalink
Merge branch 'ReformatLoopsConcept' of https://github.com/manumafe98/…
Browse files Browse the repository at this point in the history
…java into ReformatLoopsConcept
  • Loading branch information
manumafe98 committed May 7, 2024
2 parents f31c25c + f072854 commit 02653ea
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 @@ -212,7 +212,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 02653ea

Please sign in to comment.