summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-28 20:57:36 +0000
committerKarl Berry <karl@freefriends.org>2020-09-28 20:57:36 +0000
commite752903a9ad1c74190305384230882402822846a (patch)
tree8d60a64b66091d1c8e34e5af76d413268603b25d /Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex
parentc452dea4584e1a0650f1ba1f87262a85b511057c (diff)
pgf (28sep20)
git-svn-id: svn://tug.org/texlive/trunk@56462 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex
index 9eaed9c975d..d694ef73559 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex
@@ -1,4 +1,4 @@
-% Copyright 2007 by Mark Wibrow
+% Copyright 2019 by Mark Wibrow
%
% This file may be distributed and/or modified
%
@@ -327,7 +327,7 @@ recognized:
\end{math-operator}
\begin{math-operator}{*}{infix}{multiply}
- Multiples \mvar{x} by \mvar{y}.
+ Multiplies \mvar{x} by \mvar{y}.
\end{math-operator}
\begin{math-operator}{/}{infix}{divide}
@@ -515,7 +515,7 @@ some notable exceptions.
\begin{math-function}{subtract(\mvar{x},\mvar{y})}
\mathcommand
- Subtract $x$ from $y$.
+ Subtract $y$ from $x$.
%
\begin{codeexample}[]
\pgfmathparse{subtract(75,6)} \pgfmathresult