Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit 7de0815

Browse files
committed
Merge pull request scala#4550 from YawarRaza7349/patch-2
Fix missing quotes in EBNF of type alias
2 parents 39afd13 + b295f43 commit 7de0815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/04-basic-declarations-and-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ the sequence of variable definitions
298298
```ebnf
299299
Dcl ::= ‘type’ {nl} TypeDcl
300300
TypeDcl ::= id [TypeParamClause] [‘>:’ Type] [‘<:’ Type]
301-
Def ::= type {nl} TypeDef
301+
Def ::= type {nl} TypeDef
302302
TypeDef ::= id [TypeParamClause] ‘=’ Type
303303
```
304304

0 commit comments

Comments
 (0)