Skip to content

Commit 3d8304d

Browse files
committed
grammar fixes
1 parent 37b648a commit 3d8304d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The following contexts are *place expression* contexts:
107107
* The indexed operand of an array indexing expression.
108108
* The operand of any [implicit borrow].
109109
* The initializer of a [let statement].
110-
* The [scrutinee] of a [`if let`], [`match`][match] or [`while let`]
110+
* The [scrutinee] of an [`if let`], [`match`][match], or [`while let`]
111111
expression.
112112
* The base of a [functional update] struct expression.
113113

0 commit comments

Comments
 (0)