From 825373e4f02d415b687806d8f5ebe9bc19f1d336 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 10 Jul 2013 10:14:31 +1000 Subject: [PATCH] encoding/xml: fix typo in docs Fixes #5843. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/11073043 --- src/pkg/encoding/xml/read.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/encoding/xml/read.go b/src/pkg/encoding/xml/read.go index a7a2a9655b..f960f5649c 100644 --- a/src/pkg/encoding/xml/read.go +++ b/src/pkg/encoding/xml/read.go @@ -57,7 +57,7 @@ import ( // If there is no such field, the character data is discarded. // // * If the XML element contains comments, they are accumulated in -// the first struct field that has tag ",comments". The struct +// the first struct field that has tag ",comment". The struct // field may have type []byte or string. If there is no such // field, the comments are discarded. // -- 2.48.1