Skip to content

Commit

Permalink
more doc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Banning committed Feb 21, 2017
1 parent 7116a9b commit 375bcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unknowntags.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import (
// Example - print out XML data tags and values that will not be decoded to the struct "myStruct":
// import "github.com/clbanning/mxj"
// ...
// tags, m, root, err := UnknownXMLTagsMap(xmlData, myStruct)
// tags, root, m, err := UnknownXMLTagsMap(xmlData, myStruct)
// if err != nil {
// // handle error
// }
Expand Down

0 comments on commit 375bcc5

Please sign in to comment.