]> Cypherpunks repositories - gostls13.git/commitdiff
spec: delete spurious tag.
authorRob Pike <r@golang.org>
Wed, 25 May 2011 00:58:58 +0000 (10:58 +1000)
committerRob Pike <r@golang.org>
Wed, 25 May 2011 00:58:58 +0000 (10:58 +1000)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/4536082

doc/go_spec.html

index d71da28decc04805126bfafc6695e301dbd48bc7..0c08e1464b95389f49a7cffeebb80c593f8c7d56 100644 (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>