LGTM On Fri, Jul 18, 2014 at 9:47 AM, <josharian@gmail.com> wrote: > Reviewers: golang-codereviews, > ...
11 years, 5 months ago
(2014-07-18 16:57:58 UTC)
#2
LGTM
On Fri, Jul 18, 2014 at 9:47 AM, <josharian@gmail.com> wrote:
> Reviewers: golang-codereviews,
>
> Message:
> Hello golang-codereviews@googlegroups.com,
>
> I'd like you to review this change to
> https://code.google.com/p/go
>
>
> Description:
> go/ast: fix typo in comment
>
> Please review this at https://codereview.appspot.com/111330043/
>
> Affected files (+1, -1 lines):
> M src/pkg/go/ast/scope.go
>
>
> Index: src/pkg/go/ast/scope.go
> ===================================================================
> --- a/src/pkg/go/ast/scope.go
> +++ b/src/pkg/go/ast/scope.go
> @@ -80,7 +80,7 @@
> Name string // declared name
> Decl interface{} // corresponding Field, XxxSpec, FuncDecl,
> LabeledStmt, AssignStmt, Scope; or nil
> Data interface{} // object-specific data; or nil
> - Type interface{} // place holder for type information; may be nil
> + Type interface{} // placeholder for type information; may be nil
> }
>
> // NewObj creates a new object of a given kind and name.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-codereviews" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-codereviews+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
Issue 111330043: code review 111330043: go/ast: fix typo in comment
(Closed)
Created 11 years, 5 months ago by josharian
Modified 11 years, 5 months ago
Reviewers: gobot
Base URL:
Comments: 0