Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to http://code.google.com/p/go
LGTM On Tue, Apr 23, 2013 at 1:10 PM, <jeremyjackins@gmail.com> wrote: > Reviewers: golang-dev1, > > Message: > Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), > > I'd like you to review this change to > http://code.google.com/p/go > > > Description: > doc: fix typo in race_detector.html > > Please review this at https://codereview.appspot.**com/8625044/<https://codereview.appspot.com/8625... > > Affected files: > M doc/articles/race_detector.**html > > > Index: doc/articles/race_detector.**html > ==============================**==============================**======= > --- a/doc/articles/race_detector.**html > +++ b/doc/articles/race_detector.**html > @@ -34,7 +34,7 @@ > <h2 id="Usage">Usage</h2> > > <p> > -To help diangose such bugs, Go includes a built-in data race detector. > +To help diagnose such bugs, Go includes a built-in data race detector. > To use it, add the <code>-race</code> flag to the go command: > </p> > > > > -- > > ---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... > . > > >
*** Submitted as https://code.google.com/p/go/source/detail?r=0914c37a7937 *** doc: fix typo in race_detector.html R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/8625044 Committer: Brad Fitzpatrick <bradfitz@golang.org>