[latex3-commits] [git/LaTeX3-latex3-latex3] peek-refactor: Correct math mode usage (16b639d2f)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Jan 10 12:18:46 CET 2022


Repository : https://github.com/latex3/latex3
On branch  : peek-refactor
Link       : https://github.com/latex3/latex3/commit/16b639d2f428057beebcd268ba3350c5ae65bab5

>---------------------------------------------------------------

commit 16b639d2f428057beebcd268ba3350c5ae65bab5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Jan 10 11:18:46 2022 +0000

    Correct math mode usage


>---------------------------------------------------------------

16b639d2f428057beebcd268ba3350c5ae65bab5
 l3kernel/l3token.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3token.dtx b/l3kernel/l3token.dtx
index 5194d453e..aa40a9815 100644
--- a/l3kernel/l3token.dtx
+++ b/l3kernel/l3token.dtx
@@ -909,7 +909,7 @@
 %     \cs{peek_remove_spaces:n} \Arg{code}
 %   \end{syntax}
 %   Peeks ahead and detect if the following token is a space (category code
-%   $10$ and character code $32). If so, removes the token and checks the
+%   $10$ and character code $32$). If so, removes the token and checks the
 %   next token. Once a non-space token is found, the \meta{code} will be
 %   inserted into the input stream. Typically this will contain a \texttt{peek}
 %   operation, but this is not required.
@@ -920,7 +920,7 @@
 %     \cs{peek_remove_filler:n} \Arg{code}
 %   \end{syntax}
 %   Peeks ahead and detect if the following token is a space (category code
-%   $10$ and character code $32) or has meaning equal to \cs{scan_stop:}. If so,
+%   $10$ and character code $32$) or has meaning equal to \cs{scan_stop:}. If so,
 %   removes the token and checks the next token. If neither of these cases
 %   apply, expands the next token using \texttt{f}-type expansion, then checks
 %   the resulting leading token in the same way. If after expansion the next





More information about the latex3-commits mailing list.