Commit 34dac20
authored
The doc comment on line 790 read:
"BindXML is a shortcut for c.MustBindWith(obj, binding.BindXML)."
`binding.BindXML` does not exist. The correct symbol is `binding.XML`
(defined in binding/binding.go), which is also what the implementation
uses. All sibling methods (BindJSON, BindYAML, BindTOML, etc.) already
reference the correct symbol in their comments.
1 parent 03f3e42 commit 34dac20
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
790 | | - | |
| 790 | + | |
791 | 791 | | |
792 | 792 | | |
793 | 793 | | |
| |||
0 commit comments