Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
clbanning committed Nov 19, 2020
1 parent 99d1ecf commit 1d3f659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var XmlCharsetReader func(charset string, input io.Reader) (io.Reader, error)
// extraneous xml.CharData will be ignored unless io.EOF is reached first.
// 3. If CoerceKeysToLower() has been called, then all key values will be lower case.
// 4. If CoerceKeysToSnakeCase() has been called, then all key values will be converted to snake case.
// 4. If DisableTrimWhiteSpace(b bool) has been called, then all values will be trimmed or not. 'true' by default.
// 5. If DisableTrimWhiteSpace(b bool) has been called, then all values will be trimmed or not. 'true' by default.
func NewMapXml(xmlVal []byte, cast ...bool) (Map, error) {
var r bool
if len(cast) == 1 {
Expand Down

0 comments on commit 1d3f659

Please sign in to comment.