We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059e6b9 commit 8f275f4Copy full SHA for 8f275f4
source/threads.tex
@@ -2547,7 +2547,7 @@
2547
first until all arguments have been processed or a call to \tcode{try_lock()} fails,
2548
either by returning \tcode{false} or by throwing an exception. If a call to
2549
\tcode{try_lock()} fails, \tcode{unlock()} shall be called for all prior arguments
2550
-and there shall be no further calls to try_lock().
+and there shall be no further calls to \tcode{try_lock()}.
2551
2552
\pnum
2553
\returns \tcode{-1} if all calls to \tcode{try_lock()} returned \tcode{true},
0 commit comments