Skip to content

Commit 2b0ff8d

Browse files
committed
[lex.string] Replace colon with full stop to end the sentence.
On request of ISO/CS, for otherwise we should have made the next 'if' lowercase, because: "Grammatically this is the same sentence, as there is no full stop, so the 'if' should be lowercase." If a colon really doesn't end a sentence, then we should make it so that the sentence really does end.
1 parent 5508a00 commit 2b0ff8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@
19011901
\indextext{concatenation!string}%
19021902
The common \grammarterm{encoding-prefix}
19031903
for a sequence of adjacent \grammarterm{string-literal}s
1904-
is determined pairwise as follows:
1904+
is determined pairwise as follows.
19051905
If two \grammarterm{string-literal}{s} have
19061906
the same \grammarterm{encoding-prefix},
19071907
the common \grammarterm{encoding-prefix} is that \grammarterm{encoding-prefix}.

0 commit comments

Comments
 (0)