Hello adg@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
LGTM On 6 May 2011 09:11, <dsymonds@golang.org> wrote: > Reviewers: adg, > > Message: > Hello adg@golang.org (cc: golang-dev@googlegroups.com), > > I'd like you to review this change to > https://go.googlecode.com/hg/ > > > Description: > http: fix typo in URL.String doc comment. > > Please review this at http://codereview.appspot.com/4485046/ > > Affected files: > M src/pkg/http/url.go > > > Index: src/pkg/http/url.go > =================================================================== > --- a/src/pkg/http/url.go > +++ b/src/pkg/http/url.go > @@ -449,7 +449,7 @@ > // > // There are redundant fields stored in the URL structure: > // the String method consults Scheme, Path, Host, RawUserinfo, > -// RawQuery, and Fragment, but not Raw, RawPath or Authority. > +// RawQuery, and Fragment, but not Raw, RawPath or RawAuthority. > func (url *URL) String() string { > result := "" > if url.Scheme != "" { > > >
*** Submitted as http://code.google.com/p/go/source/detail?r=b7162c26f2a2 *** http: fix typo in URL.String doc comment. R=adg CC=golang-dev http://codereview.appspot.com/4485046