From: Russ Cox Date: Wed, 29 Feb 2012 20:20:11 +0000 (-0500) Subject: spec: shorten heading for complex, real, imag X-Git-Tag: weekly.2012-03-04~83 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0201e373e5d0ed98a9ee3c8dbcacae4bf2ffd2cb;p=gostls13.git 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 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 96bf8b721f..f0aac6b141 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -4894,7 +4894,7 @@ a no-op. Calling delete with a nil map causes a

-

Assembling and disassembling complex numbers

+

Manipulating complex numbers

Three functions assemble and disassemble complex numbers.