From: Robert Griesemer Date: Mon, 18 May 2015 18:18:58 +0000 (-0700) Subject: spec: fix typo X-Git-Tag: go1.5beta1~543 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f9ec929aafeec42eea7234c1fa6c6c817c7a6548;p=gostls13.git spec: fix typo Fixes #10893. Change-Id: I8afeb55acda1e1c8e181379dbaf443716d63ded1 Reviewed-on: https://go-review.googlesource.com/10201 Reviewed-by: Rob Pike --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 4e2f911388..cdcca6be57 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -2605,7 +2605,7 @@ one may write:
 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