From f9e12dc9bc5c304aae1ca56e83e555e0480337a4 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 4 Oct 2019 15:54:56 -0600 Subject: [PATCH] fix doc typo --- pkgs/racket-doc/scribblings/reference/eval-model.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/eval-model.scrbl b/pkgs/racket-doc/scribblings/reference/eval-model.scrbl index 33344b07e3..df3fea4329 100644 --- a/pkgs/racket-doc/scribblings/reference/eval-model.scrbl +++ b/pkgs/racket-doc/scribblings/reference/eval-model.scrbl @@ -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 corresponds to a read or write operation at the virtual-memory level, 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 virtual-memory level or below, except in the case of operations that specify such guarantees explicitly (e.g., @racket[box-cas!]).