From: Andrew Gerrand Date: Wed, 10 Jul 2013 00:14:31 +0000 (+1000) Subject: encoding/xml: fix typo in docs X-Git-Tag: go1.2rc2~1097 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=825373e4f02d415b687806d8f5ebe9bc19f1d336;p=gostls13.git encoding/xml: fix typo in docs Fixes #5843. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/11073043 --- 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. //