Skip to content

Commit 9e1eb9e

Browse files
committed
Update wording in shared-mutable-state-and-concurrency.md
1 parent 03e6a74 commit 9e1eb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/shared-mutable-state-and-concurrency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Completed 100000 actions in
130130
Counter =
131131
-->
132132

133-
This code works slower, but we still don't get "Counter = 100000" at the end, because volatile variables guarantee
133+
This code works slower, but we still don't always get "Counter = 100000" at the end, because volatile variables guarantee
134134
linearizable (this is a technical term for "atomic") reads and writes to the corresponding variable, but
135135
do not provide atomicity of larger actions (increment in our case).
136136

0 commit comments

Comments
 (0)