diff options
Diffstat (limited to 'src/encoding/xml')
| -rw-r--r-- | src/encoding/xml/read.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding/xml/read.go b/src/encoding/xml/read.go index c2f495581a..43be08eeef 100644 --- a/src/encoding/xml/read.go +++ b/src/encoding/xml/read.go @@ -537,7 +537,7 @@ Loop: consumed := false if sv.IsValid() { // unmarshalPath can call unmarshal, so we need to pass the depth through so that - // we can continue to enforce the maximum recusion limit. + // we can continue to enforce the maximum recursion limit. consumed, err = d.unmarshalPath(tinfo, sv, nil, &t, depth) if err != nil { return err |
