diff --git a/doc/classes/Mutex.xml b/doc/classes/Mutex.xml index 98da57ed94..75c4e58748 100644 --- a/doc/classes/Mutex.xml +++ b/doc/classes/Mutex.xml @@ -27,7 +27,7 @@ Tries locking this [Mutex], but does not block. Returns [code]true[/code] on success, [code]false[/code] otherwise. - [b]Note:[/b] This function returns [constant OK] if the thread already has ownership of the mutex. + [b]Note:[/b] This function returns [code]true[/code] if the thread already has ownership of the mutex.