1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:54:40 -07:00

doc: fix typo in go_spec.html

R=rsc
CC=golang-dev
https://golang.org/cl/2250041
This commit is contained in:
Joe Poirier 2010-09-20 10:51:05 -07:00 committed by Russ Cox
parent eb572e0174
commit d4c8a54579

View File

@ -2627,7 +2627,7 @@ Greeting("hello:", "Joe", "Anna", "Eileen")
<p>
Within <code>Greeting</code>, <code>who</code> will have value
<code>[]string{"Joe", "Anna", "Eileen")</code>
<code>[]string{"Joe", "Anna", "Eileen"}</code>
</p>