LGTM
On Mar 9, 2010, at 2:13 PM, mirtchovski@gmail.com wrote:
> Reviewers: golang-dev_googlegroups.com,
>
> Message:
> Hello golang-dev@googlegroups.com (cc: r),
>
> I'd like you to review this change.
>
>
> Description:
> missing ';' renders the code snippet incorrectly on website
>
> Please review this at http://codereview.appspot.com/367041/show
>
> Affected files:
> M doc/go_for_cpp_programmers.html
>
>
> Index: doc/go_for_cpp_programmers.html
> ===================================================================
> --- a/doc/go_for_cpp_programmers.html
> +++ b/doc/go_for_cpp_programmers.html
> @@ -374,7 +374,7 @@
> <code>I</code>. The capacity
> of an array is the length of the array. You may also assign an
> array pointer
> to a variable of slice type; given <code>var s []int; var a[10] int</
> code>,
> -the assignment <code>s = &a</code> is equivalent to
> +the assignment <code>s = &a</code> is equivalent to
> <code>s = a[0:len(a)]</code>.
>
> <p>
>
>
Issue 367041: code review 367041: missing ';' renders the code snippet incorrectly on website
(Closed)
Created 15 years ago by aam
Modified 15 years ago
Reviewers:
Base URL:
Comments: 0