Skip to content

Commit

Permalink
Alpha-rename "Loop expressions" chapter to "Loops and other breakable…
Browse files Browse the repository at this point in the history
… expressions" instead.
  • Loading branch information
pnkfelix committed Sep 27, 2022
1 parent bf51d22 commit 575d859
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/expressions/block-expr.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ let a = unsafe { an_unsafe_fn() };

## Labelled block expressions

Labelled block expressions are documented in the [Loop expressions] section.
Labelled block expressions are documented in the [Loops and other breakable expressions] section.

## Attributes on block expressions

Expand Down Expand Up @@ -193,4 +193,4 @@ fn is_unix_platform() -> bool {
[tuple expressions]: tuple-expr.md
[unsafe operations]: ../unsafety.md
[value expressions]: ../expressions.md#place-expressions-and-value-expressions
[Loop expressions]: loop-expr.md#labelled-block-expressions
[Loops and other breakable expressions]: loop-expr.md#labelled-block-expressions
2 changes: 1 addition & 1 deletion src/expressions/loop-expr.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Loops
# Loops and other breakable expressions

> **<sup>Syntax</sup>**\
> _LoopExpression_ :\
Expand Down

0 comments on commit 575d859

Please sign in to comment.