Commit cb2730e6 authored by Rob Pike's avatar Rob Pike

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

No semantic change.

R=rsc
CC=golang-dev
https://golang.org/cl/2099041
parent 68f1609e
......@@ -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>
......
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