Skip to content

Commit

Permalink
Fix typo in summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
quantheory committed Dec 18, 2014
1 parent 2c5876f commit d4eec1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-new-array-repeat-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Under this RFC, the syntax to specify the type of a fixed-length array
containing `N` elements of type `T` would be changed to `[T; N]`. Similarly, the
syntax to construct an array containing `N` duplicated elements of value `x`
would be changed to `[x, N]`.
would be changed to `[x; N]`.

# Motivation

Expand Down

0 comments on commit d4eec1f

Please sign in to comment.