Skip to content

Commit

Permalink
fix links of control flow
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Nov 13, 2024
1 parent ede526b commit 41a80be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/move-basics/control-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ control flow statements (explained in detail below):
code
- [`loop` and `while` loops](#repeating-statements-with-loops) - repeating a block of code
- [`break` and `continue` statements](#exiting-a-loop-early) - exiting a loop early
- [`return`](#return) statement - exiting a function early
- [`return`](#early-return) statement - exiting a function early

## Conditional Statements

Expand Down

0 comments on commit 41a80be

Please sign in to comment.