fix doc typo
This commit is contained in:
parent
e970a9f882
commit
f9e12dc9bc
|
@ -1010,7 +1010,7 @@ that a future or place starts. In the case that two futures or two
|
||||||
places share state, each read or write operation to shared state
|
places share state, each read or write operation to shared state
|
||||||
corresponds to a read or write operation at the virtual-memory level,
|
corresponds to a read or write operation at the virtual-memory level,
|
||||||
and the operations are constrained to the order they could be observed
|
and the operations are constrained to the order they could be observed
|
||||||
by other threads. However, Racket does not enforce additional
|
or affected by a thread. However, Racket does not enforce additional
|
||||||
guarantees about reordering that might be performed at the
|
guarantees about reordering that might be performed at the
|
||||||
virtual-memory level or below, except in the case of operations that
|
virtual-memory level or below, except in the case of operations that
|
||||||
specify such guarantees explicitly (e.g., @racket[box-cas!]).
|
specify such guarantees explicitly (e.g., @racket[box-cas!]).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user