Skip to content

Commit b27024c

Browse files
authored
Update posts/2021-02-11-const-generics-mvp-beta.md
1 parent fc34490 commit b27024c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2021-02-11-const-generics-mvp-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For now, the only types that may be used as the type of a const generic argument
3737

3838
#### No complex generic expressions in const arguments
3939

40-
Currently, const parameters may only be instantiated by const arguments of the current forms:
40+
Currently, const parameters may only be instantiated by const arguments of the following forms:
4141

4242
- A standalone const parameter.
4343
- A literal (i.e. an integer, bool, or character).

0 commit comments

Comments
 (0)