Browse Source

Merge pull request #78700 from AThousandShips/mutex_doc

Fix documentation for `Mutex.try_lock`
Rémi Verschelde 2 năm trước cách đây
mục cha
commit
afc5fa14ad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc/classes/Mutex.xml

+ 1 - 1
doc/classes/Mutex.xml

@@ -27,7 +27,7 @@
 			<return type="bool" />
 			<return type="bool" />
 			<description>
 			<description>
 				Tries locking this [Mutex], but does not block. Returns [code]true[/code] on success, [code]false[/code] otherwise.
 				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.
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="unlock">
 		<method name="unlock">