From e113e405dedbb5b446d86d2b395c406cb814ea84 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 13 May 2011 08:12:34 -0700 Subject: [PATCH] doc: auto-generated html change missing from 7ee7980ea06d R=golang-dev, r CC=golang-dev https://golang.org/cl/4515077 --- doc/codelab/wiki/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/codelab/wiki/index.html b/doc/codelab/wiki/index.html index d059fa027d..cc187ad901 100644 --- a/doc/codelab/wiki/index.html +++ b/doc/codelab/wiki/index.html @@ -501,7 +501,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.

-- 2.50.0