Commit a4ec50bd authored by Rob Pike's avatar Rob Pike

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/11531Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
parent 895df143
......@@ -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() // ((&amp;(*p).T0)).M0() M0 expects *T0 receiver, see section on Calls
</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