Skip to content

Commit

Permalink
Merge pull request #1325 from rust-lang/tmandry-patch-1
Browse files Browse the repository at this point in the history
Reword "expression for a match arm"
  • Loading branch information
ehuss authored Feb 1, 2023
2 parents 22882fb + 27dc03f commit 088b6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/destructors.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ smallest scope that contains the expression and is one of the following:
* The `else` block of an `if` expression.
* The condition expression of an `if` or `while` expression, or a `match`
guard.
* The expression for a match arm.
* The body expression for a match arm.
* The second operand of a [lazy boolean expression].

> **Notes**:
Expand Down

0 comments on commit 088b6d8

Please sign in to comment.