[latex3-commits] [latex3/latex3] main: Correct one \cs arg. (0e9f9ecce)
github at latex-project.org
github at latex-project.org
Mon May 22 09:02:17 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/0e9f9ecce42aac36abc384a01e8af1859c97b6cb
>---------------------------------------------------------------
commit 0e9f9ecce42aac36abc384a01e8af1859c97b6cb
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon May 22 08:02:17 2023 +0100
Correct one \cs arg.
>---------------------------------------------------------------
0e9f9ecce42aac36abc384a01e8af1859c97b6cb
l3kernel/l3skip.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3skip.dtx b/l3kernel/l3skip.dtx
index d4f9c88d0..77f5d2155 100644
--- a/l3kernel/l3skip.dtx
+++ b/l3kernel/l3skip.dtx
@@ -1843,7 +1843,7 @@
% For non-negative dimension, the formula
% is $(2X+1)\times(\frac{1}{2}\delta^{-1})$.
% The intermediate step doubles the dimension~$X$.
-% To avoid overflow, we must invoke \cs[no-index]{\int_eval:n}.
+% To avoid overflow, we must invoke \cs[no-index]{int_eval:n}.
% \begin{macrocode}
\int_eval:n
{ ( 2 * #1#2 \if:w #1 - - \else: + \fi: 1 ) * #3 }
More information about the latex3-commits
mailing list.