Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
LGTM On Sat, Jan 26, 2013 at 10:56 PM, <vegacom@gmail.com> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: > Hello golang-dev@googlegroups.com, > > I'd like you to review this change to > https://code.google.com/p/go > > > Description: > ast: Fix typo for the godoc of ObjKind > > Please review this at https://codereview.appspot.**com/7232045/<https://codereview.appspot.com/7232... > > Affected files: > 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 > @@ -135,7 +135,7 @@ > return token.NoPos > } > > -// ObKind describes what an object represents. > +// ObjKind describes what an object represents. > type ObjKind int > > // The list of possible Object kinds. > > > -- > > ---You received this message because you are subscribed to the Google > Groups "golang-dev" group. > To unsubscribe from this group, send email to golang-dev+unsubscribe@** > googlegroups.com <golang-dev%2Bunsubscribe@googlegroups.com>. > For more options, visit https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/o... > . > > >
*** Submitted as https://code.google.com/p/go/source/detail?r=c0a5b4ad0895 *** go/ast: Fix typo for the godoc of ObjKind R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7232045 Committer: Brad Fitzpatrick <bradfitz@golang.org>
*** Abandoned ***