1
0
mirror of https://github.com/golang/go synced 2024-09-23 17:20:13 -06:00

doc: correct a minor go_mem.html mistake

Fixes #6227

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13183043
This commit is contained in:
Jan Mercl 2013-08-23 10:40:01 -05:00 committed by Brad Fitzpatrick
parent 2f458afefe
commit ad50f6b213

View File

@ -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>