Skip to content

Commit 725bf17

Browse files
committed
Fix typo in RFC 2000
1 parent 3ba363d commit 725bf17

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)