]> Cypherpunks repositories - gostls13.git/commitdiff
encoding/xml: fix typo in Marshal documentation
authorFrancisco Souza <franciscossouza@gmail.com>
Mon, 10 Dec 2012 15:59:15 +0000 (10:59 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 10 Dec 2012 15:59:15 +0000 (10:59 -0500)
Fixes #4512.

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

src/pkg/encoding/xml/marshal.go

index 8592a0c15cb963872ce3b5fabf896111929f2473..17134c5eb4d75f73e6591d43e1a3154588b2e85f 100644 (file)
@@ -45,7 +45,7 @@ const (
 //     - a field with tag "name,attr" becomes an attribute with
 //       the given name in the XML element.
 //     - a field with tag ",attr" becomes an attribute with the
-//       field name in the in the XML element.
+//       field name in the XML element.
 //     - a field with tag ",chardata" is written as character data,
 //       not as an XML element.
 //     - a field with tag ",innerxml" is written verbatim, not subject