Commit 0f945b97 authored by Andrew Gerrand's avatar Andrew Gerrand

wiki codelab: typo fix

noticed this as I was submitting the previous CL :(

R=r
CC=golang-dev
https://golang.org/cl/989045
parent 78d9a607
...@@ -904,7 +904,7 @@ If the <code>title</code> is valid, the enclosed handler function ...@@ -904,7 +904,7 @@ If the <code>title</code> is valid, the enclosed handler function
</p> </p>
<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> <code>main</code>, before they are registered with the <code>http</code>
package: package:
</p> </p>
......
...@@ -717,7 +717,7 @@ If the <code>title</code> is valid, the enclosed handler function ...@@ -717,7 +717,7 @@ If the <code>title</code> is valid, the enclosed handler function
</p> </p>
<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> <code>main</code>, before they are registered with the <code>http</code>
package: package:
</p> </p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment