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