Skip to content

Commit

Permalink
Command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed May 16, 2019
1 parent 6e6fe0a commit a203a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1690,10 +1690,10 @@ \subsubsection{Type Conversion of Integer to Enumeration Values}\doublelabel{typ
\subsubsection{Unspecified enumeration}\doublelabel{unspecified-enumeration}
An enumeration type defined using enumeration(:) is unspecified and can
An enumeration type defined using \lstinline!enumeration(:)! is unspecified and can
be used as a replaceable enumeration type that can be freely redeclared
to any enumeration type. There can be no enumeration variables declared
using enumeration(:) in a simulation model.
using \lstinline!enumeration(:)! in a simulation model.
Expand Down

0 comments on commit a203a87

Please sign in to comment.