Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Banning committed Feb 21, 2017
1 parent 5496e05 commit 7116a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Unmarshal function for the specified struct definition.
result, _, _ := MissingXMLTags([]byte(data), e)
// result: [elem2.another elem3]

result, _, _ = UnknownTags([]byte(data), e)
result, _, _ = UnknownXMLTags([]byte(data), e)
// result: [elem2.notes elem4]

NOTE: this package is dependent upon github.com/clbanning/mxj.
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Unmarshal function for the specified struct definition.
result, _, _ := MissingXMLTags([]byte(data), e)
// result: [elem2.another elem3]
result, _, _ = UnknownTags([]byte(data), e)
result, _, _ = UnknownXMLTags([]byte(data), e)
// result: [elem2.notes elem4]
NOTE: this package is dependent upon github.com/clbanning/mxj.
Expand Down

0 comments on commit 7116a9b

Please sign in to comment.