Skip to content

Commit

Permalink
Shorten long heading to make "String Concatenation" more visible
Browse files Browse the repository at this point in the history
As there is only element-wise addition and subtraction, shortening the heading doesn't introduce any conflicting overlap between headings.
  • Loading branch information
henrikt-ma committed Jan 25, 2022
1 parent f8ed322 commit 1833cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/arrays.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ \subsection{Equality and Assignment}\label{equality-and-assignment}
\end{center}
\end{table}

\subsection{Element-wise Addition, Subtraction, and String Concatenation}\label{array-element-wise-addition-subtraction-and-string-concatenation}\label{element-wise-addition-subtraction-and-string-concatenation}
\subsection{Addition, Subtraction, and String Concatenation}\label{array-element-wise-addition-subtraction-and-string-concatenation}\label{addition-subtraction-and-string-concatenation}

Addition \lstinline!a + b! and subtraction \lstinline!a - b! of numeric scalars, vectors, matrices,
and arrays is defined element-wise and require \lstinline!size(a) = size(b)! and a
Expand Down

0 comments on commit 1833cee

Please sign in to comment.