««« CL
19300046 /
5ac568b9d67b
encoding/xml: fix doc comment
The tag is ",chardata" not "chardata".
Fixes #6631.
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/
19300046
»»»
R=golang-dev
CC=golang-dev
https://golang.org/cl/
20060045
// Unmarshal records the attribute value in that field.
//
// * If the XML element contains character data, that data is
-// accumulated in the first struct field that has tag "chardata".
+// accumulated in the first struct field that has tag ",chardata".
// The struct field may have type []byte or string.
// If there is no such field, the character data is discarded.
//