Skip to content

Commit

Permalink
Change z_mutex_loan to z_mutex_loan_mut in doc (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc authored Oct 9, 2024
1 parent 2e77310 commit 020c1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ Ownership Functions
See details at :ref:`owned_types_concept`
.. c:function:: void z_mutex_drop(z_moved_mutex_t * mutex)
.. c:function:: const z_loaned_mutex_t * z_mutex_loan(const z_owned_mutex_t * mutex)
.. c:function:: z_loaned_mutex_t * z_mutex_loan_mut(z_owned_mutex_t * mutex)
Conditional Variable
Expand Down

0 comments on commit 020c1e0

Please sign in to comment.