Skip to content

Commit

Permalink
And change language just in case.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Oct 9, 2020
1 parent f0593d4 commit 9d368e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1420,13 +1420,13 @@ \subsection{Version Numbering}\label{version-numbering}
Version numbers are of the forms:
\begin{itemize}
\item
Main release versions: \lstinline!""" UNSIGNED-INTEGER { "." UNSIGNED-INTEGER } """!\\
Main release versions: \lstinline[language=grammar]!""" UNSIGNED-INTEGER { "." UNSIGNED-INTEGER } """!\\
Example: \lstinline!"2.1"!
\item
Pre-release versions: \lstinline!""" UNSIGNED-INTEGER { "." UNSIGNED-INTEGER } " " {S-CHAR} """!\\
Pre-release versions: \lstinline[language=grammar]!""" UNSIGNED-INTEGER { "." UNSIGNED-INTEGER } " " {S-CHAR} """!\\
Example: \lstinline!"2.1 Beta 1"!
\item
Un-ordered versions: \lstinline!""" NON-DIGIT {S-CHAR} """!\\
Un-ordered versions: \lstinline[language=grammar]!""" NON-DIGIT {S-CHAR} """!\\
Example: \lstinline!"Test 1"!
\end{itemize}

Expand Down

0 comments on commit 9d368e2

Please sign in to comment.