Skip to content

Commit

Permalink
Fix trivial typo.
Browse files Browse the repository at this point in the history
Seems that it was introduced in modelica#2660
  • Loading branch information
HansOlsson committed Aug 10, 2023
1 parent 91a64b5 commit dae7ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/arrays.tex
Expand Up @@ -440,10 +440,10 @@ \subsection{Reduction Functions and Operators}\label{reduction-functions-and-ope
\tablehead{Expression} & \tablehead{Description} & \tablehead{Details}\\
\hline
\hline
{\lstinline!min($A$)!} & Least element or array & \Cref{modelica:min-of-array} \\
{\lstinline!min($A$)!} & Least element of array & \Cref{modelica:min-of-array} \\
{\lstinline!min($x$, $y$)!} & Least of two scalars & \Cref{modelica:min-binary} \\
{\lstinline!min($\ldots$ for $\ldots$)!} & Reduction to least value & \Cref{modelica:min-reduction} \\
{\lstinline!max($A$)!} & Greatest element or array & \Cref{modelica:max-of-array} \\
{\lstinline!max($A$)!} & Greatest element of array & \Cref{modelica:max-of-array} \\
{\lstinline!max($x$, $y$)!} & Greatest of two scalars & \Cref{modelica:max-binary} \\
{\lstinline!max($\ldots$ for $\ldots$)!} & Reduction to greatest value & \Cref{modelica:max-reduction} \\
% Not saying "scalar sum" for symmetry with the product case below:
Expand Down

0 comments on commit dae7ba4

Please sign in to comment.