diff options
Diffstat (limited to 'doc/go_mem.html')
-rw-r--r-- | doc/go_mem.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/go_mem.html b/doc/go_mem.html index 906b858e8..a38828358 100644 --- a/doc/go_mem.html +++ b/doc/go_mem.html @@ -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> |