Commit ad50f6b2 authored by Jan Mercl's avatar Jan Mercl Committed by Brad Fitzpatrick

doc: correct a minor go_mem.html mistake

Fixes #6227

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13183043
parent 2f458afe
......@@ -361,7 +361,7 @@ func twoprint() {
<p>
calling <code>twoprint</code> causes <code>"hello, world"</code> to be printed twice.
The first call to <code>twoprint</code> runs <code>setup</code> once.
The first call to <code>doprint</code> runs <code>setup</code> once.
</p>
<h2>Incorrect synchronization</h2>
......
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