]> Cypherpunks.ru repositories - gostls13.git/commitdiff
Go memory model: minor clarification
authorRobert Griesemer <gri@golang.org>
Fri, 10 Jun 2011 19:31:10 +0000 (12:31 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 10 Jun 2011 19:31:10 +0000 (12:31 -0700)
Fixes #1941.

R=rsc
CC=golang-dev
https://golang.org/cl/4576053

doc/go_mem.html

index 906b858e88a660c70b86d511465034e055d284e1..a388283588c53ed14a746f2fba95588cb29c3f2b 100644 (file)
@@ -1,4 +1,5 @@
 <!-- The Go Memory Model -->
+<!-- subtitle Version of June 10, 2011 -->
 
 <style>
 p.rule {
@@ -42,8 +43,8 @@ Also, if <span class="event">e<sub>1</sub></span> does not happen before <span c
 after <span class="event">e<sub>2</sub></span>, then we say that <span class="event">e<sub>1</sub></span> and <span class="event">e<sub>2</sub></span> happen concurrently.
 </p>
 
-<p>
-Within a single goroutine, the happens before order is the
+<p class="rule">
+Within a single goroutine, the happens-before order is the
 order expressed by the program.
 </p>