Skip to content

Commit 07b2d3f

Browse files
author
Aaron Ballman
committed
Merge branch 'delete_array_italics' of https://github.com/AaronBallman/draft into delete_array_italics
2 parents 27331fd + 6e1f8b1 commit 07b2d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4045,11 +4045,11 @@
40454045

40464046
\pnum
40474047
\indextext{\idxcode{delete}!undefined}%
4048-
In the first alternative (\term{delete object}), if the static type of
4048+
In the first alternative (delete object), if the static type of
40494049
the object to be deleted is different from its dynamic type, the static type shall be
40504050
a base class of the dynamic type of the object to be deleted and the static type shall
40514051
have a virtual destructor or the behavior is undefined. In the second
4052-
alternative (\term{delete array}) if the dynamic type of the object to
4052+
alternative (delete array) if the dynamic type of the object to
40534053
be deleted differs from its static type, the behavior is undefined.
40544054

40554055
\pnum

0 commit comments

Comments
 (0)