Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(859)

Issue 989045: code review 989045: wiki codelab: typo fix (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 11 months ago by adg
Modified:
13 years, 11 months ago
Reviewers:
CC:
r, golang-dev
Visibility:
Public.

Description

wiki codelab: typo fix noticed this as I was submitting the previous CL :(

Patch Set 1 #

Patch Set 2 : code review 989045: wiki codelab: typo fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M doc/codelab/wiki/index.html View 1 chunk +1 line, -1 line 0 comments Download
M doc/codelab/wiki/wiki.html View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
adg
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
13 years, 11 months ago (2010-04-28 02:39:15 UTC) #1
adg
*** Submitted as http://code.google.com/p/go/source/detail?r=b288e4341b9f *** wiki codelab: typo fix noticed this as I was submitting ...
13 years, 11 months ago (2010-04-28 02:39:21 UTC) #2
r2
13 years, 11 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>
> 
> 

Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b