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:
-
w happens before r.
+
r does not happen before w.
There is no other write w' to v that happens
after w but before r.