diff --git a/doc/go_mem.html b/doc/go_mem.html index a388283588c..45ee0f53f2b 100644 --- a/doc/go_mem.html +++ b/doc/go_mem.html @@ -54,7 +54,7 @@ if both of the following hold:

    -
  1. w happens before r.
  2. +
  3. r does not happen before w.
  4. There is no other write w' to v that happens after w but before r.