summaryrefslogtreecommitdiffstats
path: root/src/doc/reference/src/destructors.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/reference/src/destructors.md')
-rw-r--r--src/doc/reference/src/destructors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference/src/destructors.md b/src/doc/reference/src/destructors.md
index f89fde157..84aac89d3 100644
--- a/src/doc/reference/src/destructors.md
+++ b/src/doc/reference/src/destructors.md
@@ -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**: