Skip to content

Commit 44a316a

Browse files
Eelistkoeppe
authored andcommitted
[dcl.ptr] Remove unnecessary line break in comment in example code. (#1372)
1 parent f5f4b97 commit 44a316a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/declarators.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,7 @@
609609
or allow it to be changed through a cv-unqualified pointer later, for example:
610610

611611
\begin{codeblock}
612-
*ppc = &ci; // OK, but would make \tcode{p} point to \tcode{ci} ...
613-
// ... because of previous error
612+
*ppc = &ci; // OK, but would make \tcode{p} point to \tcode{ci} because of previous error
614613
*p = 5; // clobber \tcode{ci}
615614
\end{codeblock}
616615
\end{example}

0 commit comments

Comments
 (0)