Skip to content

Commit

Permalink
address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fnrizzi committed Dec 10, 2023
1 parent 2c07e66 commit a45275c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/API/core/atomics/atomic_fetch_op.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Usage
old_value = atomic_fetch_[op](ptr_to_value, update_value);
Atomically updates the variable at the address given by ``ptr_to_value`` with ``update_value``
according to the relevant operation, and returns the previous value found at that address.
according to the relevant operation ``op``, and returns the previous value found at that address.

Description
-----------
Expand Down

0 comments on commit a45275c

Please sign in to comment.