Skip to content

Commit f654b0b

Browse files
committed
[lex.comment] Slightly clarify what "terminates with" means in the context of a
line comment.
1 parent 88bf52a commit f654b0b

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
@@ -461,7 +461,7 @@
461461
The characters \tcode{/*} start a comment, which terminates with the
462462
characters \tcode{*/}. These comments do not nest.
463463
\indextext{comment!\tcode{//}}%
464-
The characters \tcode{//} start a comment, which terminates with the
464+
The characters \tcode{//} start a comment, which terminates immediately before the
465465
next new-line character. If there is a form-feed or a vertical-tab
466466
character in such a comment, only white-space characters shall appear
467467
between it and the new-line that terminates the comment; no diagnostic

0 commit comments

Comments
 (0)