Skip to content

Commit 8d43245

Browse files
committed
JP 16: [thread.sharedtimedmutex.class] Add missing 'or' at end of
bullet. Fixes #375.
1 parent 43ee8ad commit 8d43245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@
15601560
The behavior of a program is undefined if:
15611561
\begin{itemize}
15621562
\item it destroys a \tcode{shared_timed_mutex} object owned by any thread,
1563-
\item a thread attempts to recursively gain any ownership of a \tcode{shared_timed_mutex}.
1563+
\item a thread attempts to recursively gain any ownership of a \tcode{shared_timed_mutex}, or
15641564
\item a thread terminates while possessing any ownership of a \tcode{shared_timed_mutex}.
15651565
\end{itemize}
15661566

0 commit comments

Comments
 (0)