LGTM On Apr 27, 2010, at 7:39 PM, adg@golang.org wrote: > Reviewers: r, > > ...
14 years, 10 months ago
(2010-04-28 03:32:35 UTC)
#3
LGTM
On Apr 27, 2010, at 7:39 PM, adg@golang.org wrote:
> Reviewers: r,
>
> Message:
> Hello r (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> wiki codelab: typo fix
>
> noticed this as I was submitting the previous CL :(
>
> Please review this at http://codereview.appspot.com/989045/show
>
> Affected files:
> M doc/codelab/wiki/index.html
> M doc/codelab/wiki/wiki.html
>
>
> Index: doc/codelab/wiki/index.html
> ===================================================================
> --- a/doc/codelab/wiki/index.html
> +++ b/doc/codelab/wiki/index.html
> @@ -904,7 +904,7 @@
> </p>
>
> <p>
> -Now we can wwrap the handler functions with <code>makeHandler</code> in
> +Now we can wrap the handler functions with <code>makeHandler</code> in
> <code>main</code>, before they are registered with the <code>http</code>
> package:
> </p>
> Index: doc/codelab/wiki/wiki.html
> ===================================================================
> --- a/doc/codelab/wiki/wiki.html
> +++ b/doc/codelab/wiki/wiki.html
> @@ -717,7 +717,7 @@
> </p>
>
> <p>
> -Now we can wwrap the handler functions with <code>makeHandler</code> in
> +Now we can wrap the handler functions with <code>makeHandler</code> in
> <code>main</code>, before they are registered with the <code>http</code>
> package:
> </p>
>
>
Issue 989045: code review 989045: wiki codelab: typo fix
(Closed)
Created 14 years, 10 months ago by adg
Modified 14 years, 10 months ago
Reviewers:
Base URL:
Comments: 0