LGTM On Wed, Nov 3, 2010 at 11:00 AM, <r@golang.org> wrote: > Reviewers: rsc, > ...
14 years, 4 months ago
(2010-11-03 18:07:54 UTC)
#2
LGTM
On Wed, Nov 3, 2010 at 11:00 AM, <r@golang.org> wrote:
> Reviewers: rsc,
>
> Message:
> Hello rsc (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> Effective Go: correct error in recent edit: "..." is in call to
> Sprintln, not Output.
>
> Please review this at http://codereview.appspot.com/2853042/
>
> Affected files:
> M doc/effective_go.html
>
>
> Index: doc/effective_go.html
> ===================================================================
> --- a/doc/effective_go.html
> +++ b/doc/effective_go.html
> @@ -1470,7 +1470,7 @@
> }
> </pre>
> <p>
> -We write <code>...</code> after <code>v</code> in the call to
> <code>Output</code> to tell the
> +We write <code>...</code> after <code>v</code> in the nested call to
> <code>Sprintln</code> to tell the
> compiler to treat <code>v</code> as a list of arguments; otherwise it
> would just pass
> <code>v</code> as a single slice argument.
> <p>
>
>
>
Issue 2853042: code review 2853042: Effective Go: correct error in recent edit: "..." is in...
(Closed)
Created 14 years, 4 months ago by r
Modified 14 years, 4 months ago
Reviewers:
Base URL:
Comments: 0