From 5f6e1cfca7f50a51afef68135ddefb97934ea78c Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Thu, 12 May 2011 11:21:10 -0400 Subject: [PATCH] doc/codelab: correct typo. s/Sprintf/Fprintf/ R=golang-dev, rsc CC=adg, golang-dev https://golang.org/cl/4519053 --- doc/codelab/wiki/wiki.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.