Skip to content

Commit 9f0cc13

Browse files
authored
Merge pull request #1289 from EFanZh/patch-1
Add a comma
2 parents 4ea7c5d + 8a86959 commit 9f0cc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/generics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ instances of the item must be instantiated with a value of the given type.
5151
<!-- TODO: update above to say "introduces a name in the [value namespace]"
5252
once namespaces are added. -->
5353

54-
The only allowed types of const parameters are `u8`, `u16`, `u32`, `u64`, `u128`, `usize`
54+
The only allowed types of const parameters are `u8`, `u16`, `u32`, `u64`, `u128`, `usize`,
5555
`i8`, `i16`, `i32`, `i64`, `i128`, `isize`, `char` and `bool`.
5656

5757
Const parameters can be used anywhere a [const item] can be used, with the

0 commit comments

Comments
 (0)