diff options
Diffstat (limited to 'Doc/lib/libmutex.tex')
| -rw-r--r-- | Doc/lib/libmutex.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmutex.tex b/Doc/lib/libmutex.tex index e2c34f29cf..48936904e0 100644 --- a/Doc/lib/libmutex.tex +++ b/Doc/lib/libmutex.tex @@ -41,7 +41,7 @@ Check whether the mutex is locked. \begin{methoddesc}{testandset}{} ``Atomic'' test-and-set, grab the lock if it is not set, -and return true, otherwise, return false. +and return \code{True}, otherwise, return \code{False}. \end{methoddesc} \begin{methoddesc}{lock}{function, argument} |
