Skip to content

Commit

Permalink
Don't have ; in headings.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Feb 25, 2021
1 parent c5fd720 commit ec73812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1868,7 +1868,7 @@ \subsubsection{Conversion rules}\label{conversion-rules}
However, the inheritance among the models to convert (in this case \lstinline!B! inherits from \lstinline!A!) should be handled.
\end{example}

\paragraph*{convertMessage("OldClass", "Failed Message");}\label{convertmessageoldclass-failed-message}\annotationindex{convertMessage}
\paragraph*{convertMessage("OldClass", "Failed Message")}\label{convertmessageoldclass-failed-message}\annotationindex{convertMessage}

For any use of \lstinline!OldClass! (or element of \lstinline!OldClass!) report that conversion
could not be applied with the given message.
Expand All @@ -1878,7 +1878,7 @@ \subsubsection{Conversion rules}\label{conversion-rules}
cases, which may be more work but allows users to directly run the models after the conversion and later convert them.
\end{nonnormative}

\paragraph*{convertMessage("OldClass", "Failed Message", "oldElement");}\label{convertmessageoldclass-failed-message2}
\paragraph*{convertMessage("OldClass", "Failed Message", "oldElement")}\label{convertmessageoldclass-failed-message2}

For any use of \lstinline!oldElement! in \lstinline!OldClass! report that conversion
could not be applied with the given message.
Expand Down

0 comments on commit ec73812

Please sign in to comment.