]> Cypherpunks repositories - gostls13.git/commitdiff
wiki codelab: typo fix
authorAndrew Gerrand <adg@golang.org>
Wed, 28 Apr 2010 02:39:17 +0000 (12:39 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 28 Apr 2010 02:39:17 +0000 (12:39 +1000)
noticed this as I was submitting the previous CL :(

R=r
CC=golang-dev
https://golang.org/cl/989045

doc/codelab/wiki/index.html
doc/codelab/wiki/wiki.html

index 171b9b74f20478ca46efa0e327bea81d5bdee3c0..b8ae9205843320bd802014cec3023006d66c936a 100644 (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>
index b3525f73b639f99056bf409a1067d616a602fd6b..b5d7c8955bb468b4e41e638cba85c9efee7d29e4 100644 (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>