doc/syntax.tex: Promote `Integer literals' to subsection.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jul 2019 12:25:51 +0000 (13:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:27:38 +0000 (16:27 +0100)
For consistency.  This was just a mistake, or a half-finished edit.

doc/syntax.tex

index 6dd5cf7..9a02090 100644 (file)
@@ -96,7 +96,8 @@ and the simple syntax seems adequate.  For the sake of future compatibility,
 the use of character sequences which resemble C escape sequences is
 discouraged.
 
-\subsubsection{Integer literals} \label{sec:syntax.lex.int}
+
+\subsection{Integer literals} \label{sec:syntax.lex.int}
 
 \begin{grammar}
 <integer-literal> ::= <decimal-integer>