mirror of
https://github.com/golang/go
synced 2024-11-21 20:34: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:
parent
eb572e0174
commit
d4c8a54579
@ -2627,7 +2627,7 @@ Greeting("hello:", "Joe", "Anna", "Eileen")
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
Within <code>Greeting</code>, <code>who</code> will have value
|
Within <code>Greeting</code>, <code>who</code> will have value
|
||||||
<code>[]string{"Joe", "Anna", "Eileen")</code>
|
<code>[]string{"Joe", "Anna", "Eileen"}</code>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user