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

doc/codelab: correct typo.

s/Sprintf/Fprintf/

R=golang-dev, rsc
CC=adg, golang-dev
https://golang.org/cl/4519053
This commit is contained in:
Johan Euphrosine 2011-05-12 11:21:10 -04:00 committed by Russ Cox
parent 607f5bac94
commit 5f6e1cfca7

View File

@ -428,7 +428,7 @@ This will prevent user data from corrupting the form HTML.
</p>
<p>
Now that we've removed the <code>fmt.Sprintf</code> statement, we can remove
Now that we've removed the <code>fmt.Fprintf</code> statement, we can remove
<code>"fmt"</code> from the <code>import</code> list.
</p>