Skip to content

Commit 3a1ce23

Browse files
fixup: fix speclling of exception_ptr and split the line
Co-authored-by: Jan Schultke <[email protected]>
1 parent 81c6b90 commit 3a1ce23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/exceptions.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,8 @@
11291129
whose promise type has an \tcode{unhandled_stopped} member function, or
11301130

11311131
\item%
1132-
when an exception is thrown from a coroutine \tcode{std::execution::task}\iref{exec.task} which doesn't support a \tcode{std::execution::set_error_t(std::execption_ptr)} completion.
1132+
when an exception is thrown from a coroutine \tcode{std::execution::task}\iref{exec.task}
1133+
which doesn't support a \tcode{std::execution::set_error_t(std::exception_ptr)} completion.
11331134

11341135
\end{itemize}
11351136

0 commit comments

Comments
 (0)