We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe513a2 + 8878bcd commit a3ee4b9Copy full SHA for a3ee4b9
src/items/generics.md
@@ -13,7 +13,7 @@ TypeParam -> IDENTIFIER ( `:` TypeParamBounds? )? ( `=` Type )?
13
14
ConstParam ->
15
`const` IDENTIFIER `:` Type
16
- ( `=` BlockExpression | IDENTIFIER | `-`?LiteralExpression )?
+ ( `=` ( BlockExpression | IDENTIFIER | `-`?LiteralExpression ) )?
17
```
18
19
r[items.generics.syntax.intro]
0 commit comments