summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-02-23 21:54:14 +0000
committerKarl Berry <karl@freefriends.org>2018-02-23 21:54:14 +0000
commit87d871a3d83784d48b71fa3712b9f525bfc710d2 (patch)
treef12f9ffdc697b5af9ee14c06874ec0e2f72c9f94 /Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
parentccc63194ce7813106830c8a8755c54d89de831b4 (diff)
l3 (22feb18)
git-svn-id: svn://tug.org/texlive/trunk@46720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3fp.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3fp.dtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
index 54019a2baaf..1558b86d6f8 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
@@ -47,7 +47,7 @@
% }^^A
% }
%
-% \date{Released 2017/12/16}
+% \date{Released 2018/02/21}
%
% \maketitle
%
@@ -408,7 +408,7 @@
% an optional leading~|!| (which negates the \meta{relation}), with
% the restriction that the \meta{relation} may not start with~|?|, as
% this symbol has a different meaning (in combination with~|:|) within
-% floatin point expressions. The comparison $x$~\meta{relation}~$y$
+% floating point expressions. The comparison $x$~\meta{relation}~$y$
% is then \texttt{true} if the \meta{relation} does not start with~|!|
% and the actual relation (|<|, |=|, |>|, or~|?|) between $x$ and~$y$
% appears within the \meta{relation}, or on the contrary if the
@@ -884,7 +884,7 @@
% Each \meta{relation} consists of a non-empty string of |<|, |=|,
% |>|, and~|?|, optionally preceded by~|!|, and may not start
% with~|?|. This evaluates to $+1$ if all comparisons
-% \meta{operand_i} \meta{relation_j} \meta{operand_{i+1}} are true, and
+% \meta{operand_i} \meta{relation_i} \meta{operand_{i+1}} are true, and
% $+0$ otherwise. All \meta{operands} are evaluated in all cases.
% See \cs{fp_compare:nTF} for details.
% \end{function}