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>