LGTM - gri On Tue, Nov 9, 2010 at 10:04 AM, <go.peter.90@gmail.com> wrote: > Reviewers: ...
14 years, 4 months ago
(2010-11-09 18:09:51 UTC)
#2
LGTM
- gri
On Tue, Nov 9, 2010 at 10:04 AM, <go.peter.90@gmail.com> wrote:
> Reviewers: gri,
>
> Message:
> Hello gri (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> doc: fix go_spec spelling errors
>
> Please review this at http://codereview.appspot.com/2970042/
>
> Affected files:
> M doc/go_spec.html
>
>
> Index: doc/go_spec.html
> ===================================================================
> --- a/doc/go_spec.html
> +++ b/doc/go_spec.html
> @@ -956,7 +956,7 @@
> <p>
> A pointer type denotes the set of all pointers to variables of a given
> type, called the <i>base type</i> of the pointer.
> -The value of an unitialized pointer is <code>nil</code>.
> +The value of an uninitialized pointer is <code>nil</code>.
> </p>
>
> <pre class="ebnf">
> @@ -973,7 +973,7 @@
>
> <p>
> A function type denotes the set of all functions with the same parameter
> -and result types. The value of an unitialized variable of function type
> +and result types. The value of an uninitialized variable of function type
> is <code>nil</code>.
> </p>
>
> @@ -1022,7 +1022,7 @@
> A variable of interface type can store a value of any type with a method
> set
> that is any superset of the interface. Such a type is said to
> <i>implement the interface</i>.
> -The value of an unitialized variable of interface type is
> <code>nil</code>.
> +The value of an uninitialized variable of interface type is
> <code>nil</code>.
> </p>
>
> <pre class="ebnf">
> @@ -2929,7 +2929,7 @@
> String values are compared byte-wise (lexically).
> </li>
> <li>
> - Boolean values are are equal if they are either both
> + Boolean values are equal if they are either both
> <code>true</code> or both <code>false</code>.
> </li>
> <li>
> @@ -4206,7 +4206,7 @@
> }
> </pre>
> </li>
> - <li>The expression list may be empty if the functions's result
> + <li>The expression list may be empty if the function's result
> type specifies names for its result parameters (ยง<a
> href="#Function_Types">Function Types</a>).
> The result parameters act as ordinary local variables
> and the function may assign values to them as necessary.
>
>
>
Issue 2970042: code review 2970042: doc: fix go_spec spelling errors
Created 14 years, 4 months ago by peterGo
Modified 14 years, 4 months ago
Reviewers:
Base URL:
Comments: 0