Skip to content

Commit 3871828

Browse files
committed
Properly format instance of std::bad_alloc
1 parent df6971e commit 3871828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exceptions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h1>Parallel exceptions</h1>
44
<h1>Exception reporting behavior</h1>
55
<p>
66
If temporary memory resources are required by the algorithm and none are available,
7-
the algorithm throws a `std::bad_alloc` exception.
7+
the algorithm throws a <code>std::bad_alloc</code> exception.
88
</p>
99
<p>
1010
During the execution of a standard parallel algorithm, if the application of a function

0 commit comments

Comments
 (0)