[latex3-commits] [latex3/latex3] main: Typos and comment format (1c74fce50)
github at latex-project.org
github at latex-project.org
Sun Oct 29 11:39:17 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/1c74fce5095d3bbd2d02b3b25ac0b19ab3e3cb7a
>---------------------------------------------------------------
commit 1c74fce5095d3bbd2d02b3b25ac0b19ab3e3cb7a
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Sat Oct 28 08:28:14 2023 +0800
Typos and comment format
>---------------------------------------------------------------
1c74fce5095d3bbd2d02b3b25ac0b19ab3e3cb7a
l3kernel/l3fp-symbolic.dtx | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/l3kernel/l3fp-symbolic.dtx b/l3kernel/l3fp-symbolic.dtx
index 1897df841..ee64aeff2 100644
--- a/l3kernel/l3fp-symbolic.dtx
+++ b/l3kernel/l3fp-symbolic.dtx
@@ -157,8 +157,8 @@
% \begin{macro}[EXP]
% {\@@_if_has_symbolic:nTF, \@@_if_has_symbolic_aux:w}
% Tests if |#1| contains \cs{s_@@_symbolic} at top-level. This test
-% should be precise enough to determine if a given an array contains a
-% symbolic expression or only consists in floating points. Used in
+% should be precise enough to determine if a given array contains a
+% symbolic expression or only consists of floating points. Used in
% \cs{@@_exp_after_symbolic_f:nw}.
% \begin{macrocode}
\cs_new:Npn \@@_if_has_symbolic:nTF #1
@@ -277,7 +277,7 @@
%
% \subsection{Applying prefix functions to expressions}
%
-% \begin{macro}[aux, EXP]{\@@_symbolic_unary_o:NNw}
+% \begin{macro}[EXP]{\@@_symbolic_unary_o:NNw}
% Used when applying infix operators to expressions.
% \begin{macrocode}
\cs_new:Npn \@@_symbolic_unary_o:NNw #1#2#3; @
@@ -384,7 +384,8 @@
% \begin{macro}[rEXP]
% {
% \@@_symbolic_unary_to_tl:NNw,
-% \@@_symbolic_binary_to_tl:Nww
+% \@@_symbolic_binary_to_tl:Nww,
+% \@@_symbolic_function_to_tl:Nw
% }
% Converting a symbolic expression to a token list is possible.
% \begin{macrocode}
@@ -544,8 +545,8 @@
%
% \begin{macro}
% {
-% \fp_clear_variable:n, \@@_clear_variable:n,
-% \@@_clear_variable_aux:n
+% \fp_clear_variable:n,
+% \@@_clear_variable:n, \@@_clear_variable_aux:n
% }
% We need local undefining, so have to do it low-level.
% \cs{@@_clear_variable_aux:n} is needed by \cs{@@_set_function:Nnnn}
More information about the latex3-commits
mailing list.