1
0
mirror of https://github.com/golang/go synced 2024-11-21 23:34:42 -07:00

doc/go_spec: fix a typo

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5989065
This commit is contained in:
Shenghou Ma 2012-04-10 01:50:46 +08:00
parent 149983f136
commit 9bc8dd3985

View File

@ -2396,7 +2396,7 @@ type T2 struct {
func (recv *T2) M2() func (recv *T2) M2()
var p *T2 // with p != nil and p.T1 != nil var p *T2 // with p != nil and p.T0 != nil
</pre> </pre>
<p> <p>