Skip to content

Commit 088b6d8

Browse files
authored
Merge pull request #1325 from rust-lang/tmandry-patch-1
Reword "expression for a match arm"
2 parents 22882fb + 27dc03f commit 088b6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/destructors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ smallest scope that contains the expression and is one of the following:
162162
* The `else` block of an `if` expression.
163163
* The condition expression of an `if` or `while` expression, or a `match`
164164
guard.
165-
* The expression for a match arm.
165+
* The body expression for a match arm.
166166
* The second operand of a [lazy boolean expression].
167167

168168
> **Notes**:

0 commit comments

Comments
 (0)