Skip to content

Commit

Permalink
[programming][rust] Fix syntax of example
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeShortCloud committed Dec 29, 2023
1 parent 852c3c5 commit 5f79221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/programming/rust.rst
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ It is possible to label a loop to specify where exactly to ``break`` or ``contin
.. code-block:: rust
'<LABEL_NAME>: <LOOP> {
<CONTROL_STATEMENT> '<LABEL_NAME>'
<CONTROL_STATEMENT> '<LABEL_NAME>;
}
- Example:
Expand Down

0 comments on commit 5f79221

Please sign in to comment.