Skip to content

Commit 4bfec37

Browse files
committed
[thread.sharedmutex.class] Formatting fixes.
1 parent 6d9e8c6 commit 4bfec37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/threads.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@
14301430
\throws Nothing.
14311431
\end{itemdescr}
14321432

1433-
\rSec4[thread.sharedmutex.class]{Class shared_mutex}
1433+
\rSec4[thread.sharedmutex.class]{Class \tcode{shared_mutex}}
14341434

14351435
\indexlibrary{\idxcode{shared_mutex}}%
14361436
\begin{codeblock}
@@ -1444,12 +1444,12 @@
14441444
shared_mutex& operator=(const shared_mutex&) = delete;
14451445

14461446
// Exclusive ownership
1447-
void lock(); // blocking
1447+
void lock(); // blocking
14481448
bool try_lock();
14491449
void unlock();
14501450

14511451
// Shared ownership
1452-
void lock_shared(); // blocking
1452+
void lock_shared(); // blocking
14531453
bool try_lock_shared();
14541454
void unlock_shared();
14551455

0 commit comments

Comments
 (0)