From 0201e373e5d0ed98a9ee3c8dbcacae4bf2ffd2cb Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 29 Feb 2012 15:20:11 -0500 Subject: [PATCH] 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 --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 96bf8b721f3..f0aac6b1411 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.