mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue