Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-01-07 10:08:00 +01:00
parent 756bef81e1
commit 4f5d503b25
61 changed files with 632 additions and 301 deletions

View File

@@ -45,7 +45,7 @@ Lock this ``Mutex``, blocks until it is unlocked by the current owner.
- :ref:`Error<enum_@GlobalScope_Error>` **try_lock** **(** **)**
Try locking this ``Mutex``, does not block. Returns OK on success, ERR_BUSY otherwise.
Try locking this ``Mutex``, does not block. Returns ``OK`` on success, ``ERR_BUSY`` otherwise.
.. _class_Mutex_unlock: