LGTM On Mar 10, 2010, at 3:20 PM, gri@golang.org wrote: > Reviewers: r, > > ...
15 years, 2 months ago
(2010-03-10 23:23:59 UTC)
#2
LGTM
On Mar 10, 2010, at 3:20 PM, gri@golang.org wrote:
> Reviewers: r,
>
> Message:
> Hello r (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> go_spec.html: fix typo and link
>
> Please review this at http://codereview.appspot.com/382045/show
>
> Affected files:
> M doc/go_spec.html
>
>
> Index: doc/go_spec.html
> ===================================================================
> --- a/doc/go_spec.html
> +++ b/doc/go_spec.html
> @@ -646,7 +646,7 @@
> complex64 the set of all complex numbers with float32 real and
> imaginary parts
> complex128 the set of all complex numbers with float64 real and
> imaginary parts
>
> -byte familiar alias for uint8
> +byte familiar alias for uint8
> </pre>
>
> <p>
> @@ -3383,13 +3383,13 @@
> result is an untyped complex constant.
> Complex constants are always constructed from
> constant expressions involving imaginary
> -literals or constants derived from them, or calls of the
> -<a href="#Built-in_functions">built-in function</a> <code>cmplx</
> code>.
> +literals or constants derived from them, or calls of the built-in
> function
> +<a href="#Complex_numbers"><code>cmplx</code></a>.
> </p>
>
> <pre>
> const Σ = 1 - 0.707i
> -const Δ = Σ + 2.0e-4 - 1/i
> +const Δ = Σ + 2.0e-4 - 1/1i
> const Φ = iota * 1i
> const iΓ = cmplx(0, Γ)
> </pre>
>
>
*** Submitted as http://code.google.com/p/go/source/detail?r=e857f439b6e8 *** go_spec.html: fix typo and link R=r CC=golang-dev http://codereview.appspot.com/382045
15 years, 2 months ago
(2010-03-10 23:29:39 UTC)
#3
Issue 382045: code review 382045: go_spec.html: fix typo and link
(Closed)
Created 15 years, 2 months ago by gri
Modified 15 years, 2 months ago
Reviewers:
Base URL:
Comments: 0