We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9149abe + 65c5234 commit e182889Copy full SHA for e182889
src/expressions/array-expr.md
@@ -16,7 +16,7 @@ brackets. This produces an array containing each of these values in the
16
order they are written.
17
18
Alternatively there can be exactly two expressions inside the brackets,
19
-separated by a semi-colon. The expression after the `;` must be a have type
+separated by a semi-colon. The expression after the `;` must have type
20
`usize` and be a [constant expression],
21
such as a [literal](../tokens.md#literals) or a [constant
22
item](../items/constant-items.md). `[a; b]` creates an array containing `b`
0 commit comments