Skip to content

Commit

Permalink
Add comma before "it is illegal"
Browse files Browse the repository at this point in the history
Co-authored-by: Elena Shmoylova <eshmoylova@users.noreply.github.com>
  • Loading branch information
henrikt-ma and eshmoylova committed Mar 7, 2021
1 parent 035d2da commit 53fcdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/inheritance.tex
Expand Up @@ -472,7 +472,7 @@ \subsection{Modifiers for Array Elements}\label{modifiers-for-array-elements}
Matrices and general arrays of elements are treated by viewing those as vectors of vectors etc.
\item
If a nested modifier is split, the split is propagated to all elements of the nested modifier, and if they are modified by the \lstinline!each! keyword the split is inhibited for those elements.
If the nested modifier that is split in this way contains re-declarations that are split it is illegal.
If the nested modifier that is split in this way contains re-declarations that are split, it is illegal.
\end{itemize}

\begin{example}
Expand Down

0 comments on commit 53fcdf7

Please sign in to comment.