Skip to content

Commit e2effc3

Browse files
committed
fixups: bad bracket
1 parent 8d68ca5 commit e2effc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ub.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
void f()
300300
{
301301
X* x = new X();
302-
delete x; // undefined behavior
302+
delete x; // undefined behavior
303303
}
304304
\end{codeblock}
305305
\end{example}
@@ -327,7 +327,7 @@
327327
\rSec2[ub.basic.compound]{Compound types}
328328

329329
\pnum
330-
\ubxref{basic.compound.invalid.pointer] \\
330+
\ubxref{basic.compound.invalid.pointer} \\
331331
Indirection or
332332
the invocation of a deallocation function
333333
with a pointer value referencing storage

0 commit comments

Comments
 (0)