Skip to content

Commit

Permalink
Use proper ellipsis in syntax for array concatenation
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed May 5, 2020
1 parent 43db6e6 commit dc30821
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 @@ -59,7 +59,7 @@ \section{Operator Precedence and Associativity}\doublelabel{operator-precedence-
array construct/concat & \begin{tabular}{@{}p{5cm}@{}}
\lstinline[mathescape=true]!{$\mathit{expressions}$}!\\
\lstinline[mathescape=true]![$\mathit{expressions}$]!\\
\lstinline[mathescape=true]![$\mathit{expressions}$; $\mathit{expressions}$...]!
\lstinline[mathescape=true]![$\mathit{expressions}$; $\mathit{expressions}\ldots$]!
\end{tabular} & \begin{tabular}{@{}p{5cm}@{}}
\lstinline!{2,3}! \\
\lstinline![5,6]! \\
Expand Down

0 comments on commit dc30821

Please sign in to comment.