Commit 5f6e1cfc authored by Johan Euphrosine's avatar Johan Euphrosine Committed by Russ Cox

doc/codelab: correct typo.

s/Sprintf/Fprintf/

R=golang-dev, rsc
CC=adg, golang-dev
https://golang.org/cl/4519053
parent 607f5bac
......@@ -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>
......
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