Skip to content

Commit

Permalink
Use a valid atomic ordering in docstring (#43643)
Browse files Browse the repository at this point in the history
(cherry picked from commit 26b5736)
  • Loading branch information
tkf authored and KristofferC committed Jan 5, 2022
1 parent 04d16b2 commit 85fc5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/expr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ Mark `var` or `ex` as being performed atomically, if `ex` is a supported express
@atomic a.b.x = new
@atomic a.b.x += addend
@atomic :acquire_release a.b.x = new
@atomic :release a.b.x = new
@atomic :acquire_release a.b.x += addend
Perform the store operation expressed on the right atomically and return the
Expand Down

0 comments on commit 85fc5c9

Please sign in to comment.