Skip to content

Commit 07e4d9c

Browse files
committed
[except.spec] Add missing '~' in comment in example.
Thanks to Sergey P. Derevyago for reporting this!
1 parent 98b3911 commit 07e4d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exceptions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@
920920
// \tcode{D::D()} potentially-throwing, as the \tcode{new} operator may throw \tcode{bad_alloc} or \tcode{bad_array_new_length}
921921
// \tcode{D::D(const D\&)} non-throwing
922922
// \tcode{D::D(D\&\&)} potentially-throwing, as the default argument for \tcode{B}'s constructor may throw
923-
// \tcode{D::~D()} potentially-throwing
923+
// \tcode{D::\~D()} potentially-throwing
924924
};
925925
\end{codeblock}
926926
Furthermore, if

0 commit comments

Comments
 (0)