We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787e8d8 commit bebbe25Copy full SHA for bebbe25
src/expressions/array-expr.md
@@ -12,7 +12,7 @@
12
13
An _[array](../types/array.md) expression_ can be written by
14
enclosing zero or more comma-separated expressions of uniform type in square
15
-brackets. This produces and array containing each of these values in the
+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,
0 commit comments