We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bf52a commit f654b0bCopy full SHA for f654b0b
source/lex.tex
@@ -461,7 +461,7 @@
461
The characters \tcode{/*} start a comment, which terminates with the
462
characters \tcode{*/}. These comments do not nest.
463
\indextext{comment!\tcode{//}}%
464
-The characters \tcode{//} start a comment, which terminates with the
+The characters \tcode{//} start a comment, which terminates immediately before the
465
next new-line character. If there is a form-feed or a vertical-tab
466
character in such a comment, only white-space characters shall appear
467
between it and the new-line that terminates the comment; no diagnostic
0 commit comments