LGTM
On Mon, Apr 22, 2013 at 4:06 AM, <adg@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:
> doc: fix typo in Effective Go
>
> Fixes issue 5329.
>
> Please review this at
https://codereview.appspot.**com/8897044/<https://codereview.appspot.com/8897...
>
> Affected files:
> M doc/effective_go.html
>
>
> Index: doc/effective_go.html
> ==============================**==============================**=======
> --- a/doc/effective_go.html
> +++ b/doc/effective_go.html
> @@ -3414,7 +3414,7 @@
> <p>
> If <code>doParse</code> panics, the recovery block will set the
> return value to <code>nil</code>—**deferred functions can modify
> -named return values. It then will then check, in the assignment
> +named return values. It will then check, in the assignment
> to <code>err</code>, that the problem was a parse error by asserting
> that it has the local type <code>Error</code>.
> If it does not, the type assertion will fail, causing a run-time error
>
>
> --
>
> ---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 8897044: code review 8897044: doc: fix typo in Effective Go
(Closed)
Created 12 years ago by adg
Modified 12 years ago
Reviewers:
Base URL:
Comments: 0