1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:54:40 -07:00

spec: delete spurious tag.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/4536082
This commit is contained in:
Rob Pike 2011-05-25 10:58:58 +10:00
parent d2b2b3f4a8
commit 2f655c4bb7

View File

@ -1180,7 +1180,6 @@ maps grow to accommodate the number of items
stored in them, with the exception of <code>nil</code> maps.
A <code>nil</code> map is equivalent to an empty map except that no elements
may be added.
</code>
<h3 id="Channel_types">Channel types</h3>