LGTM On Wed, Jul 10, 2013 at 10:04 AM, <adg@golang.org> wrote: > Reviewers: golang-dev1, > ...
11 years, 12 months ago
(2013-07-10 00:12:21 UTC)
#2
LGTM
On Wed, Jul 10, 2013 at 10:04 AM, <adg@golang.org> wrote:
> Reviewers: golang-dev1,
>
> Message:
> Hello golang-dev@googlegroups.com,
>
> I'd like you to review this change to
> https://code.google.com/p/go
>
>
> Description:
> encoding/xml: fix typo in docs
>
> Fixes issue 5843.
>
> Please review this at
https://codereview.appspot.**com/11073043/<https://codereview.appspot.com/110...
>
> Affected files:
> M src/pkg/encoding/xml/read.go
>
>
> Index: src/pkg/encoding/xml/read.go
> ==============================**==============================**=======
> --- a/src/pkg/encoding/xml/read.go
> +++ b/src/pkg/encoding/xml/read.go
> @@ -57,7 +57,7 @@
> // 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.
> //
>
>
> --
>
> ---You received this message because you are subscribed to the Google
> Groups "golang-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
golang-dev+unsubscribe@**googlegroups.com<golang-dev%2Bunsubscribe@googlegrou...
> .
> For more options, visit
https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/o...
> .
>
>
>
Issue 11073043: code review 11073043: encoding/xml: fix typo in docs
(Closed)
Created 11 years, 12 months ago by adg
Modified 11 years, 12 months ago
Reviewers:
Base URL:
Comments: 0