You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. view http://golang.org/doc/go_mem.html
2. search for "the happens"
The sentence
"Within a single goroutine, the happens before order is the order expressed by the
program."
reads pretty poorly, because of the "the ... order is the order ..." structure.
Perhaps italicize the "happens before" part.