]> Cypherpunks repositories - gostls13.git/commitdiff
doc/codelab: correct typo.
authorJohan Euphrosine <proppy@google.com>
Thu, 12 May 2011 15:21:10 +0000 (11:21 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 12 May 2011 15:21:10 +0000 (11:21 -0400)
s/Sprintf/Fprintf/

R=golang-dev, rsc
CC=adg, golang-dev
https://golang.org/cl/4519053

doc/codelab/wiki/wiki.html

index 3628eeb564c40a6a7f571125980208e36d1dd326..4db880b9dfcdf09762475e9d7f4a53b53c42c937 100644 (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>