Skip to content

Commit

Permalink
Change 'conversion specifier' -> 'conversion specification'
Browse files Browse the repository at this point in the history
As suggested by Hans.
  • Loading branch information
henrikt-ma committed Oct 18, 2022
1 parent ad1b6ed commit 160ca8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/operatorsandexpressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ \subsection{Numeric Functions and Conversion Functions}\label{numeric-functions-
\lstinline!(if leftJustified then "-" else "") + String(minimumLength) + "d"!
\end{itemize}

The ANSI-C style \lstinline!format! string (which cannot be combined with any of the other named arguments) consists of a single conversion specifier without the leading \%.
The ANSI-C style \lstinline!format! string (which cannot be combined with any of the other named arguments) consists of a single conversion specification without the leading \%.
It shall not contain a length field specifier, and shall not use `\lstinline!*!' for width and/or precision.
For all numeric values the type field specifiers `\lstinline!f!', `\lstinline!e!', `\lstinline!E!', `\lstinline!g!', `\lstinline!G!' are allowed.
For integral values it is also allowed to use the `\lstinline!d!', `\lstinline!i!', `\lstinline!o!', `\lstinline!x!', `\lstinline!X!', `\lstinline!u!', and `\lstinline!c!' type field specifiers (for non-integral values a tool may round, truncate or use a different format if the integer conversion characters are used).
Expand Down

0 comments on commit 160ca8f

Please sign in to comment.