Commit 9bc8dd39 authored by Shenghou Ma's avatar Shenghou Ma

doc/go_spec: fix a typo

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5989065
parent 149983f1
......@@ -2396,7 +2396,7 @@ type T2 struct {
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>
<p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment