Skip to content

Commit 3c9516b

Browse files
committed
Typo 'a' -> 'an'
1 parent 2af6d3c commit 3c9516b

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
@@ -158,7 +158,7 @@ smallest scope that contains the expression and is one of the following:
158158

159159
* The entire function body.
160160
* A statement.
161-
* The body of a [`if`], [`while`] or [`loop`] expression.
161+
* The body of an [`if`], [`while`] or [`loop`] expression.
162162
* The `else` block of an `if` expression.
163163
* The condition expression of an `if` or `while` expression, or a `match`
164164
guard.

0 commit comments

Comments
 (0)