diff options
Diffstat (limited to 'src/encoding/xml')
| -rw-r--r-- | src/encoding/xml/xml.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding/xml/xml.go b/src/encoding/xml/xml.go index a7a02f5b57..4a8c154802 100644 --- a/src/encoding/xml/xml.go +++ b/src/encoding/xml/xml.go @@ -933,7 +933,7 @@ func (d *Decoder) InputOffset() int64 { return d.offset } -// InputPos retuns the line of the current decoder position and the 1 based +// InputPos returns the line of the current decoder position and the 1 based // input position of the line. The position gives the location of the end of the // most recently returned token. func (d *Decoder) InputPos() (line, column int) { |
