Skip to content

Commit

Permalink
Fix two more minor white-space irregularities
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 4, 2020
1 parent 33f8a22 commit 942feba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions chapters/syntax.tex
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,11 @@ \subsection{Class Definition}\label{class-definition}
base-prefix :
[ input | output ]

enum-list : enumeration-literal { "," enumeration-literal }
enum-list :
enumeration-literal { "," enumeration-literal }

enumeration-literal : IDENT description
enumeration-literal :
IDENT description

composition :
element-list
Expand Down

0 comments on commit 942feba

Please sign in to comment.