Skip to content

Commit 1337f9a

Browse files
committed
Added missing language for the grammar
1 parent 46d7e10 commit 1337f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/2364 - primary constructors/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ The grammar is modified as follows. Note that the changes include support
533533
for extension type declarations, because they're intended to use primary
534534
constructors as well.
535535

536-
```
536+
```ebnf
537537
<classDeclaration> ::= // First alternative modified.
538538
(<classModifiers> | <mixinClassModifiers>)
539539
'class' <classNamePart> <superclass>? <interfaces>? <classBody>

0 commit comments

Comments
 (0)