Commit d4c8a545 authored by Joe Poirier's avatar Joe Poirier Committed by Russ Cox

doc: fix typo in go_spec.html

R=rsc
CC=golang-dev
https://golang.org/cl/2250041
parent eb572e01
...@@ -2627,7 +2627,7 @@ Greeting("hello:", "Joe", "Anna", "Eileen") ...@@ -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>
......
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