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:
parent
68f1609eb4
commit
cb2730e60c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user