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:
parent
607f5bac94
commit
5f6e1cfca7
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user