]> Cypherpunks repositories - gostls13.git/commitdiff
doc/effective_go: another doubled word
authorRob Pike <r@golang.org>
Tue, 16 Apr 2013 20:59:10 +0000 (13:59 -0700)
committerRob Pike <r@golang.org>
Tue, 16 Apr 2013 20:59:10 +0000 (13:59 -0700)
It's clear that that should never happen.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8798045

doc/effective_go.html

index 1da9c4ef16abce399ac3fd52517c3a9dce15c382..bdbef68c7cd2c7b97d3a3fbe384aa488a29d9643 100644 (file)
@@ -1570,7 +1570,7 @@ _, present := timeZone[tz]
 <p>
 To delete a map entry, use the <code>delete</code>
 built-in function, whose arguments are the map and the key to be deleted.
-It's safe to do this this even if the key is already absent
+It's safe to do this even if the key is already absent
 from the map.
 </p>
 <pre>