]> Cypherpunks repositories - gostls13.git/commitdiff
spec: delete spurious space (missed fix from previous review)
authorRob Pike <r@golang.org>
Wed, 1 Sep 2010 00:48:45 +0000 (10:48 +1000)
committerRob Pike <r@golang.org>
Wed, 1 Sep 2010 00:48:45 +0000 (10:48 +1000)
No semantic change.

R=rsc
CC=golang-dev
https://golang.org/cl/2099041

doc/go_spec.html

index 5843b75eab73ef4ebd860d5791f89cad38207b26..861c858be14f1b09ccb2e72f8ed3aad8b3841ca2 100644 (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>