]> Cypherpunks repositories - gostls13.git/commitdiff
spec: shorten heading for complex, real, imag
authorRuss Cox <rsc@golang.org>
Wed, 29 Feb 2012 20:20:11 +0000 (15:20 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 29 Feb 2012 20:20:11 +0000 (15:20 -0500)
In the current TOC it sticks out quite a bit.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5705053

doc/go_spec.html

index 96bf8b721f368a75d4094dccd21fbf742032b2bb..f0aac6b14110d46dcc4bfbba0ad31e01b93cea85 100644 (file)
@@ -4894,7 +4894,7 @@ a no-op. Calling <code>delete</code> with a nil map causes a
 </p>
 
 
-<h3 id="Complex_numbers">Assembling and disassembling complex numbers</h3>
+<h3 id="Complex_numbers">Manipulating complex numbers</h3>
 
 <p>
 Three functions assemble and disassemble complex numbers.