Skip to content

Commit 7ea8f59

Browse files
frederick-vs-jajensmaurer
authored andcommitted
[mutex.syn] Add missing ',' for consistency
1 parent dec596a commit 7ea8f59

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
@@ -6456,7 +6456,7 @@
64566456
class mutex;
64576457
// \ref{thread.mutex.recursive}, class \tcode{recursive_mutex}
64586458
class recursive_mutex;
6459-
// \ref{thread.timedmutex.class} class \tcode{timed_mutex}
6459+
// \ref{thread.timedmutex.class}, class \tcode{timed_mutex}
64606460
class timed_mutex;
64616461
// \ref{thread.timedmutex.recursive}, class \tcode{recursive_timed_mutex}
64626462
class recursive_timed_mutex;

0 commit comments

Comments
 (0)