1
0
mirror of https://github.com/golang/go synced 2024-11-21 13:04:39 -07:00

wiki codelab: typo fix

noticed this as I was submitting the previous CL :(

R=r
CC=golang-dev
https://golang.org/cl/989045
This commit is contained in:
Andrew Gerrand 2010-04-28 12:39:17 +10:00
parent 78d9a6074d
commit 0f945b972d
2 changed files with 2 additions and 2 deletions

View File

@ -904,7 +904,7 @@ If the <code>title</code> is valid, the enclosed handler function
</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>

View File

@ -717,7 +717,7 @@ If the <code>title</code> is valid, the enclosed handler function
</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>