LGTM On Fri, Mar 23, 2012 at 11:23 AM, <gri@golang.org> wrote: > Reviewers: iant, > ...
12 years, 11 months ago
(2012-03-23 18:28:51 UTC)
#2
LGTM
On Fri, Mar 23, 2012 at 11:23 AM, <gri@golang.org> wrote:
> Reviewers: iant,
>
> Message:
> Hello iant (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change to
> https://code.google.com/p/go
>
>
> Description:
> text/template: fix typo in package comment
>
> Fixes issue 3383.
>
> Please review this at
http://codereview.appspot.com/**5891045/<http://codereview.appspot.com/5891045/>
>
> Affected files:
> M src/pkg/text/template/doc.go
>
>
> Index: src/pkg/text/template/doc.go
> ==============================**==============================**=======
> --- a/src/pkg/text/template/doc.go
> +++ b/src/pkg/text/template/doc.go
> @@ -244,7 +244,7 @@
>
> During execution functions are found in two function maps: first in the
> template, then in the global function map. By default, no functions are
> defined
> -in the template but the Funcs methods can be used to add them.
> +in the template but the Funcs method can be used to add them.
>
> Predefined global functions are named as follows.
>
>
>
>
Issue 5891045: code review 5891045: text/template: fix typo in package comment
(Closed)
Created 12 years, 11 months ago by gri
Modified 12 years, 11 months ago
Reviewers:
Base URL:
Comments: 0