Skip to content

Commit

Permalink
Optional semi-colon.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Feb 23, 2021
1 parent b7a9538 commit d00b95c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1659,8 +1659,9 @@ \subsubsection{Conversion rules}\label{conversion-rules}
There are a number of functions: \lstinline!convertClass!, \lstinline!convertClassIf!,
\lstinline!convertElement!, \mbox{\lstinline!convertModifiers!,} \lstinline!convertMessage! defined as follows. The
calls of these functions do not directly convert, instead they define
conversion rules as below. The order between the function calls does not
matter, instead the longer paths (in terms number of hierarchical names)
conversion rules as below.
It is recommended, but not required, to terminate each such function call with a semi-colon.
The order between the function calls does not matter, instead the longer paths (in terms number of hierarchical names)
are used first as indicated below, and it is an error if there are any
ambiguities.

Expand Down

0 comments on commit d00b95c

Please sign in to comment.