atomics: add missing space to thread execution example

pull/414/head
Eva Pace 2 years ago
parent eb0c94723b
commit 1d6065d30a

@ -76,7 +76,7 @@ For instance, say we convince the compiler to emit this logic:
```text
initial state: x = 0, y = 1
THREAD 1 THREAD2
THREAD 1 THREAD 2
y = 3; if x == 1 {
x = 1; y *= 2;
}

Loading…
Cancel
Save