Skip to content

Commit

Permalink
Break too long \lstinline line
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Sep 14, 2020
1 parent 03a8fcb commit 95fc8ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapters/operatorsandexpressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,8 @@ \subsection{Numeric Functions and Conversion Functions}\label{numeric-functions-
\begin{itemize}
\item
For \lstinline!Real!:\\
\lstinline!(if leftJustified then "-" else "") + String(minimumLength) + "." + String(signficantDigits) + "g"!
\lstinline!(if leftJustified then "-" else "") + String(minimumLength)!\\
\lstinline! + "." + String(signficantDigits) + "g"!
\item
For \lstinline!Integer!:\\
\lstinline!(if leftJustified then "-" else "") + String(minimumLength) + "d"!
Expand Down

0 comments on commit 95fc8ed

Please sign in to comment.