Skip to content

Commit

Permalink
Simplify 'Enumeration Value' -> 'Enumeration' in headings
Browse files Browse the repository at this point in the history
The shorter heading increases the visibility of the final "Integer", and I don't see any real risk of misinterpretation here.

An alternative improvement of this heading would have been to just change 'Values' -> 'Value'.
  • Loading branch information
henrikt-ma committed Jan 25, 2022
1 parent 5e9ddfe commit 827a616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/classes.tex
Expand Up @@ -1609,7 +1609,7 @@ \subsubsection{Attributes of Enumeration Types}\label{attributes-of-enumeration-
(\lstinline!quantity!, \lstinline!min!, \lstinline!max!, \lstinline!start!, \lstinline!fixed!) as enumeration literals.
\end{nonnormative}

\subsubsection{Enumeration Values Conversion to String or Integer}\label{enumeration-values-conversion-to-string-or-integer}\label{type-conversion-of-enumeration-values-to-string-or-integer}
\subsubsection{Conversion of Enumeration to String or Integer}\label{conversion-of-enumeration-to-string-or-integer}\label{type-conversion-of-enumeration-values-to-string-or-integer}

% TODO: Can't have angle brackets and \emph in the same mathescape due to LaTeXML issue:
% - https://github.com/brucemiller/LaTeXML/issues/1477
Expand All @@ -1624,7 +1624,7 @@ \subsubsection{Enumeration Values Conversion to String or Integer}\label{enumera

See also \cref{numeric-functions-and-conversion-functions}.

\subsubsection{Integer Conversion to Enumeration Value}\label{integer-conversion-to-enumeration-value}\label{type-conversion-of-integer-to-enumeration-values}
\subsubsection{Conversion of Integer to Enumeration}\label{conversion-of-integer-to-enumeration}\label{type-conversion-of-integer-to-enumeration-values}

Whenever an enumeration type is defined, a type conversion function with
the same name and in the same scope as the enumeration type is
Expand Down

0 comments on commit 827a616

Please sign in to comment.