Skip to content

Commit

Permalink
Fix indentation of grammar in text
Browse files Browse the repository at this point in the history
To correct issue found in:
modelica#2598 (review)
  • Loading branch information
HansOlsson committed Jun 24, 2020
1 parent 78d4a14 commit 11f9620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapters/classes.tex
Expand Up @@ -108,7 +108,8 @@ \subsection{Syntax and Examples of Component Declarations}\doublelabel{syntax-an

type-specifier :
name
component-list :

component-list :
component-declaration { "," component-declaration }

component-declaration :
Expand Down

0 comments on commit 11f9620

Please sign in to comment.