summaryrefslogtreecommitdiff
path: root/doc/codelab/wiki/index.html
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2010-04-28 12:39:17 +1000
committerAndrew Gerrand <adg@golang.org>2010-04-28 12:39:17 +1000
commit9706cc08614c71d633a1435b6206807d3bb9523f (patch)
treebc6e9420f5697cfa8dcccbeb43673331e79e23c9 /doc/codelab/wiki/index.html
parent681cfebb0b23a188df4b79f6a83cec985dcbd019 (diff)
downloadgolang-9706cc08614c71d633a1435b6206807d3bb9523f.tar.gz
wiki codelab: typo fix
noticed this as I was submitting the previous CL :( R=r CC=golang-dev http://codereview.appspot.com/989045
Diffstat (limited to 'doc/codelab/wiki/index.html')
-rw-r--r--doc/codelab/wiki/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/codelab/wiki/index.html b/doc/codelab/wiki/index.html
index 171b9b74f..b8ae92058 100644
--- a/doc/codelab/wiki/index.html
+++ b/doc/codelab/wiki/index.html
@@ -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>