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

spec: delete spurious space (missed fix from previous review)

No semantic change.

R=rsc
CC=golang-dev
https://golang.org/cl/2099041
This commit is contained in:
Rob Pike 2010-09-01 10:48:45 +10:00
parent 68f1609eb4
commit cb2730e60c

View File

@ -1907,7 +1907,7 @@ argument. For instance, the method <code>Scale</code> has type
</p>
<pre>
func (p *Point, factor float)
func(p *Point, factor float)
</pre>
<p>