Skip to content

Commit adecae4

Browse files
authored
Merge pull request #2435 from petertodd/2018-05_2000-typo
Fix typo in RFC 2000
2 parents a9d6699 + 725bf17 commit adecae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2000-const-generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ allow users to write impls which are abstract over all array types.
1212
# Motivation
1313
[motivation]: #motivation
1414

15-
Rust currently has one type which is parametric over constants: the built-inf
15+
Rust currently has one type which is parametric over constants: the built-in
1616
array type `[T; LEN]`. However, because const generics are not a first class
1717
feature, users cannot define their own types which are generic over constant
1818
values, and cannot implement traits for all arrays.

0 commit comments

Comments
 (0)