Skip to content

Commit 2943dd2

Browse files
authored
Merge pull request #728 from snoyberg/master
Typo fix: and => an
2 parents 787e8d8 + bebbe25 commit 2943dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/array-expr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
An _[array](../types/array.md) expression_ can be written by
1414
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
15+
brackets. This produces an array containing each of these values in the
1616
order they are written.
1717

1818
Alternatively there can be exactly two expressions inside the brackets,

0 commit comments

Comments
 (0)