Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jun 20, 2022
1 parent b051bee commit 5bbdb37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chapters/arrays.tex
Expand Up @@ -1134,9 +1134,9 @@ \subsection{Addition, Subtraction, and String Concatenation}\label{array-element
\begin{center}
\begin{tabular}{l|l l}
\hline
\tablehead{Size of \lstinline!a!} & \tablehead{Size of \lstinline!$\pm$ a!} &
Size of \lstinline!a! & Size of \lstinline!$\pm$ a! &
% Warning: Spacing inside \lstinline doesn't work properly inside \tablehead.
\tablehead{Operation} \lstinline!c := $\pm$ a!\\
Operation \lstinline!c := $\pm$ a!\\
\hline
\hline
Scalar & Scalar & \lstinline!c := $\pm$ a!\\
Expand Down
2 changes: 1 addition & 1 deletion chapters/inheritance.tex
Expand Up @@ -139,7 +139,7 @@ \subsection{Restrictions on the Kind of Base Class}\label{restrictions-on-the-ki
\hline
& \multicolumn{12}{c|}{\tablehead{Base Class}} \\
\hline
\tablehead{Derived} & \multirow{2}{*}{package} & \multirow{2}{*}{operator} & \multirow{2}{*}{function} & operator & \multirow{2}{*}{type} & \multirow{2}{*}{record} & operator & \expandable & \multirow{2}{*}{connector} & \multirow{2}{*}{block} & \multirow{2}{*}{model} & \multirow{2}{*}{class} \\
\tablehead{Derived} & \multirow{2}{*}{package} & \multirow{2}{*}{operator} & \multirow{2}{*}{function} & operator & \multirow{2}{*}{type} & \multirow{2}{*}{record} & operator & expandable & \multirow{2}{*}{connector} & \multirow{2}{*}{block} & \multirow{2}{*}{model} & \multirow{2}{*}{class} \\
\tablehead{Class} & & & & function & & & \record & connector & & & & \\
\hline
\lstinline!package! & yes & & & & & & & & & & & \cellcolor{lightgray}yes \\
Expand Down

0 comments on commit 5bbdb37

Please sign in to comment.