1
0
mirror of https://github.com/golang/go synced 2024-11-21 23:44:39 -07:00

spec: shorten heading for complex, real, imag

In the current TOC it sticks out quite a bit.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5705053
This commit is contained in:
Russ Cox 2012-02-29 15:20:11 -05:00
parent 8f0bfc5a29
commit 0201e373e5

View 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.