[latex3-commits] [latex3/latex3] main: Typo, missing spaces (`~`) in a l3str-convert message (469711027)
github at latex-project.org
github at latex-project.org
Mon Nov 27 08:06:10 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/4697110276b650811073ed959dd5c132a5e1d4b0
>---------------------------------------------------------------
commit 4697110276b650811073ed959dd5c132a5e1d4b0
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Mon Nov 27 07:18:07 2023 +0800
Typo, missing spaces (`~`) in a l3str-convert message
>---------------------------------------------------------------
4697110276b650811073ed959dd5c132a5e1d4b0
l3kernel/l3str-convert.dtx | 2 +-
l3kernel/testfiles/m3str-convert002.luatex.tlg | 2 +-
l3kernel/testfiles/m3str-convert002.xetex.tlg | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3str-convert.dtx b/l3kernel/l3str-convert.dtx
index 963ad48fa..9a10bebb2 100644
--- a/l3kernel/l3str-convert.dtx
+++ b/l3kernel/l3str-convert.dtx
@@ -1268,7 +1268,7 @@
{
Since~native~strings~do~not~consist~in~bytes,~
none~of~the~escaping~methods~make~sense.~
- The~specified~escaping,~'#1',~will be ignored.
+ The~specified~escaping,~'#1',~will~be~ignored.
}
\msg_new:nnn { str } { file-not-found }
{ File~'l3str-#1.def'~not~found. }
diff --git a/l3kernel/testfiles/m3str-convert002.luatex.tlg b/l3kernel/testfiles/m3str-convert002.luatex.tlg
index a7b108b7d..89b196d2e 100644
--- a/l3kernel/testfiles/m3str-convert002.luatex.tlg
+++ b/l3kernel/testfiles/m3str-convert002.luatex.tlg
@@ -197,7 +197,7 @@ For immediate help type H <return>.
...
l. ... }
Since native strings do not consist in bytes, none of the escaping methods
-make sense. The specified escaping, 'bytes', willbeignored.
+make sense. The specified escaping, 'bytes', will be ignored.
The token list \l_tmpa_tl contains the tokens:
> h (the character h)
> a (the character a)
diff --git a/l3kernel/testfiles/m3str-convert002.xetex.tlg b/l3kernel/testfiles/m3str-convert002.xetex.tlg
index b432e42b7..4ced12a4f 100644
--- a/l3kernel/testfiles/m3str-convert002.xetex.tlg
+++ b/l3kernel/testfiles/m3str-convert002.xetex.tlg
@@ -196,7 +196,7 @@ For immediate help type H <return>.
...
l. ... }
Since native strings do not consist in bytes, none of the escaping methods
-make sense. The specified escaping, 'bytes', willbeignored.
+make sense. The specified escaping, 'bytes', will be ignored.
The token list \l_tmpa_tl contains the tokens:
> h (the character h)
> a (the character a)
More information about the latex3-commits
mailing list.