Skip to content

Commit d4eec1f

Browse files
committed
Fix typo in summary.
1 parent 2c5876f commit d4eec1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-new-array-repeat-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Under this RFC, the syntax to specify the type of a fixed-length array
88
containing `N` elements of type `T` would be changed to `[T; N]`. Similarly, the
99
syntax to construct an array containing `N` duplicated elements of value `x`
10-
would be changed to `[x, N]`.
10+
would be changed to `[x; N]`.
1111

1212
# Motivation
1313

0 commit comments

Comments
 (0)