Skip to content

Commit 8f275f4

Browse files
committed
[thread.lock.algorithm] Use code font for try_lock().
1 parent 059e6b9 commit 8f275f4

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
@@ -2547,7 +2547,7 @@
25472547
first until all arguments have been processed or a call to \tcode{try_lock()} fails,
25482548
either by returning \tcode{false} or by throwing an exception. If a call to
25492549
\tcode{try_lock()} fails, \tcode{unlock()} shall be called for all prior arguments
2550-
and there shall be no further calls to try_lock().
2550+
and there shall be no further calls to \tcode{try_lock()}.
25512551

25522552
\pnum
25532553
\returns \tcode{-1} if all calls to \tcode{try_lock()} returned \tcode{true},

0 commit comments

Comments
 (0)