diff --git a/chapters/arrays.tex b/chapters/arrays.tex index 0c7531641..5104ac726 100644 --- a/chapters/arrays.tex +++ b/chapters/arrays.tex @@ -1156,7 +1156,7 @@ \subsection{Element-wise Multiplication}\label{array-element-wise-multiplication \begin{tabular}{l l|l l} \hline \tablehead{Operation \lstinline!c := s * a! or \lstinline!c := a * s!}&\tablehead{Size of \lstinline!s * a! and \lstinline!a * s!}& -\tablehead{Size of \lstinline!s!} & \tablehead{Size of \lstinline!a!} & \\ +\tablehead{Size of \lstinline!s!} & \tablehead{Size of \lstinline!a!}\\ \hline \hline \lstinline!c := s * a! & Scalar & Scalar & Scalar\\