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:
parent
78d9a6074d
commit
0f945b972d
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user