From: Johan Euphrosine Date: Thu, 12 May 2011 15:21:10 +0000 (-0400) Subject: doc/codelab: correct typo. X-Git-Tag: weekly.2011-05-22~100 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5f6e1cfca7f50a51afef68135ddefb97934ea78c;p=gostls13.git doc/codelab: correct typo. s/Sprintf/Fprintf/ R=golang-dev, rsc CC=adg, golang-dev https://golang.org/cl/4519053 --- diff --git a/doc/codelab/wiki/wiki.html b/doc/codelab/wiki/wiki.html index 3628eeb564..4db880b9df 100644 --- a/doc/codelab/wiki/wiki.html +++ b/doc/codelab/wiki/wiki.html @@ -428,7 +428,7 @@ This will prevent user data from corrupting the form HTML.

-Now that we've removed the fmt.Sprintf statement, we can remove +Now that we've removed the fmt.Fprintf statement, we can remove "fmt" from the import list.