Skip to content

Commit bde1ba7

Browse files
Merge pull request #1280 from steffahn/ana
Typo 'a' -> 'an'
2 parents 5798dbb + 14d6d4a commit bde1ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/destructors.md

Lines changed: 1 addition & 1 deletion
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)