Skip to content

Commit

Permalink
Improve line break
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Dec 14, 2020
1 parent fffa303 commit b940590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/arrays.tex
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ \section{Array Declarations}\label{array-declarations}
\begin{example}
The number of dimensions and the dimensions sizes are part of
the type, and shall be checked for example at redeclarations.
Declaration form 1 displays clearly the type of an array, whereas
declaration form 2 is the traditional way of array declarations in
Declaration form~1 displays clearly the type of an array, whereas
declaration form~2 is the traditional way of array declarations in
languages such as Fortran, C, C++.

\begin{lstlisting}[language=modelica]
Expand Down

0 comments on commit b940590

Please sign in to comment.