Skip to content

Commit e11e27a

Browse files
jensmaurerzygoloid
authored andcommitted
[mem.poly.allocator.mem] Avoid duplicate colons.
1 parent e054e6b commit e11e27a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12575,8 +12575,8 @@
1257512575
\begin{itemdescr}
1257612576
\pnum
1257712577
\effects
12578-
Allocates and constructs an object of type \tcode{T}, as follows:
12579-
equivalent to:
12578+
Allocates and constructs an object of type \tcode{T}, as follows.\newline
12579+
Equivalent to:
1258012580
\begin{codeblock}
1258112581
T* p = allocate_object<T>();
1258212582
try {

0 commit comments

Comments
 (0)