Skip to content

Commit

Permalink
Fix pgfmathless documentation #1040
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Menke <henri@henrimenke.de>
  • Loading branch information
hmenke committed Aug 10, 2021
1 parent 41c2e52 commit 9ab9df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ \subsubsection{Comparison and logical functions}
This returns |1| if $\mvar{x}<\mvar{y}$ and |0| otherwise.
%
\begin{codeexample}[]
\pgfmathparse{greater(20,25)} \pgfmathresult
\pgfmathparse{less(20,25)} \pgfmathresult
\end{codeexample}
%
\end{math-function}
Expand Down

0 comments on commit 9ab9df7

Please sign in to comment.