From: Joe Poirier Date: Mon, 20 Sep 2010 17:51:05 +0000 (-0700) Subject: doc: fix typo in go_spec.html X-Git-Tag: weekly.2010-09-22~28 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d4c8a545793eb5281aab67f19a4dd8fe019986d2;p=gostls13.git doc: fix typo in go_spec.html R=rsc CC=golang-dev https://golang.org/cl/2250041 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index d3026ca903..e9bfe0ee76 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -2627,7 +2627,7 @@ Greeting("hello:", "Joe", "Anna", "Eileen")

Within Greeting, who will have value -[]string{"Joe", "Anna", "Eileen") +[]string{"Joe", "Anna", "Eileen"}