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.