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

Commit b295f43

Browse files
committed
Fix missing quotes in EBNF of type alias
1 parent 10a7465 commit b295f43

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)