Skip to content

Commit

Permalink
Update atomicCounterDecrement.xhtml
Browse files Browse the repository at this point in the history
Fixed the return value statement for atomicCounterDecrement
  • Loading branch information
tcoppex committed Apr 18, 2016
1 parent 9766f01 commit 527a718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sl4/atomicCounterDecrement.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="titlepage"></div>
<div class="refnamediv">
<h2>Name</h2>
<p>atomicCounterDecrement — atomically decrement a counter and return the prior value</p>
<p>atomicCounterDecrement — atomically decrement a counter and return its new value</p>
</div>
<div class="refsynopsisdiv">
<h2>Declaration</h2>
Expand Down

0 comments on commit 527a718

Please sign in to comment.