Skip to content

Commit f2f420f

Browse files
author
Aaron Ballman
committed
Properly italicize the term 'delete array', as done elsewhere
1 parent 49caa2b commit f2f420f

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
@@ -3672,8 +3672,8 @@
36723672
If the deallocation functions have class scope,
36733673
the one without a parameter of type \tcode{std::size_t} is selected.
36743674
\item
3675-
If the type is complete and if, for the second alternative (delete
3676-
array) only, the operand is a pointer to a class type with a
3675+
If the type is complete and if, for the second alternative
3676+
(\term{delete array}) only, the operand is a pointer to a class type with a
36773677
non-trivial destructor or a (possibly multi-dimensional) array thereof,
36783678
the function with a parameter of type \tcode{std::size_t} is selected.
36793679
\item

0 commit comments

Comments
 (0)