LGTM On Thu, Mar 28, 2013 at 1:10 PM, <gri@golang.org> wrote: > Reviewers: golang-dev1, > ...
11 years, 11 months ago
(2013-03-28 20:12:05 UTC)
#2
LGTM
On Thu, Mar 28, 2013 at 1:10 PM, <gri@golang.org> wrote:
> Reviewers: golang-dev1,
>
> Message:
> Hello golang-dev@googlegroups.com,
>
> I'd like you to review this change to
> https://code.google.com/p/go
>
>
> Description:
> go/doc: fix typo in comment
>
> Please review this at
https://codereview.appspot.**com/8113043/<https://codereview.appspot.com/8113...
>
> Affected files:
> M src/pkg/go/doc/doc.go
>
>
> Index: src/pkg/go/doc/doc.go
> ==============================**==============================**=======
> --- a/src/pkg/go/doc/doc.go
> +++ b/src/pkg/go/doc/doc.go
> @@ -64,7 +64,7 @@
> Level int // embedding level; 0 means not embedded
> }
>
> -// A Note represents marked comments starting with "MARKER(uid): note
> body".
> +// A Note represents a marked comment starting with "MARKER(uid): note
> body".
> // Any note with a marker of 2 or more upper case [A-Z] letters and a uid
> of
> // at least one character is recognized. The ":" following the uid is
> optional.
> // Notes are collected in the Package.Notes map indexed by the notes
> marker.
>
>
> --
>
> ---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...
> .
>
>
>
Issue 8113043: code review 8113043: go/doc: fix typo in comment
(Closed)
Created 11 years, 11 months ago by gri
Modified 11 years, 11 months ago
Reviewers:
Base URL:
Comments: 0