Skip to content

Commit

Permalink
fix: add type of code block (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
upupnoah authored Oct 21, 2024
1 parent 0bf8b45 commit c46996a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/src/control-flow/labeled-control-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ contexts.
To clarify program behavior, you may only use `break` and `continue` with loop labels, while
`return` will only work with block labels. To this end, the following programs produce errors:

```
```move
fun bad_loop() {
'name: loop {
return 'name 5
Expand Down

0 comments on commit c46996a

Please sign in to comment.