mirror of
https://github.com/golang/go
synced 2024-11-20 04:54:44 -07: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:
parent
91527eb1d7
commit
76de81da50
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user