Skip to content

Commit 5a92a3b

Browse files
committed
readme
1 parent 80baa81 commit 5a92a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ all the math operators except **, >>, <<=, >>, >>= are overridden for AtomicInt.
3131

3232
atomic assignment operators: +=, -=, &=, |=, ^= (using these are an atomic operation)
3333

34-
other assignment operators like %=,/=,//=,*= first load the value, then store the modified value. those operators are thread-safe, but not atomic.
34+
other assignment operators like %=,/=,//=,*= first load the value, then store the modified value. those operators are *not* atomic.
3535

3636
## Performance
3737

0 commit comments

Comments
 (0)