]> Cypherpunks repositories - gostls13.git/commitdiff
spec: fix typo
authorRobert Griesemer <gri@golang.org>
Mon, 18 May 2015 18:18:58 +0000 (11:18 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 18 May 2015 18:29:37 +0000 (18:29 +0000)
Fixes #10893.

Change-Id: I8afeb55acda1e1c8e181379dbaf443716d63ded1
Reviewed-on: https://go-review.googlesource.com/10201
Reviewed-by: Rob Pike <r@golang.org>
doc/go_spec.html

index 4e2f911388b65d9fb6757139ca9eb48ce9682a61..cdcca6be57a9fa2755c5836c1b16db3229897a20 100644 (file)
@@ -1,6 +1,6 @@
 <!--{
        "Title": "The Go Programming Language Specification",
-       "Subtitle": "Version of April 22, 2015",
+       "Subtitle": "Version of May 18, 2015",
        "Path": "/ref/spec"
 }-->
 
@@ -2605,7 +2605,7 @@ one may write:
 <pre>
 t.z          // t.z
 t.y          // t.T1.y
-t.x          // (*t.TO).x
+t.x          // (*t.T0).x
 
 p.z          // (*p).z
 p.y          // (*p).T1.y