mirror of https://github.com/golang/go.git
spec: fix bare & in HTML
No need to update the date; this is not a spec change. Change-Id: I10a31234ed985c59e5d9b5328664a36661cef31e Reviewed-on: https://go-review.googlesource.com/11531 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
895df143a2
commit
a4ec50bd0b
|
|
@ -2600,7 +2600,7 @@ q.x // (*(*q).T0).x (*q).x is a valid field selector
|
|||
|
||||
p.M2() // p.M2() M2 expects *T2 receiver
|
||||
p.M1() // ((*p).T1).M1() M1 expects T1 receiver
|
||||
p.M0() // ((&(*p).T0)).M0() M0 expects *T0 receiver, see section on Calls
|
||||
p.M0() // ((&(*p).T0)).M0() M0 expects *T0 receiver, see section on Calls
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue