1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:21:21 -06:00

encoding/xml: fix typo in Marshal documentation

Fixes #4512.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6917043
This commit is contained in:
Francisco Souza 2012-12-10 10:59:15 -05:00 committed by Brad Fitzpatrick
parent 91527eb1d7
commit 76de81da50

View 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