]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in go_spec.html
authorJoe Poirier <jdpoirier@gmail.com>
Mon, 20 Sep 2010 17:51:05 +0000 (10:51 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 20 Sep 2010 17:51:05 +0000 (10:51 -0700)
R=rsc
CC=golang-dev
https://golang.org/cl/2250041

doc/go_spec.html

index d3026ca903509c21db862fc59d1e8d485c6f0dbf..e9bfe0ee76e35426ef19a97e2a50bda3e58145ef 100644 (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>