Commit 18333f2d authored by Robert Griesemer's avatar Robert Griesemer

Go memory model: minor clarification

Fixes #1941.

R=rsc
CC=golang-dev
https://golang.org/cl/4576053
parent 531c01d9
<!-- 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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment