From f0c283fdf5bec2039b8eefaa62cb237a417f8dbf Mon Sep 17 00:00:00 2001 From: Joe Poirier Date: Tue, 1 Jun 2010 16:21:34 +0200 Subject: edit simple typos R=golang-dev, adg CC=golang-dev, rsc http://codereview.appspot.com/1426042 Committer: Andrew Gerrand --- doc/codelab/wiki/index.html | 6 +++--- doc/codelab/wiki/wiki.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/codelab') diff --git a/doc/codelab/wiki/index.html b/doc/codelab/wiki/index.html index bfd9a8e49..107e49f26 100644 --- a/doc/codelab/wiki/index.html +++ b/doc/codelab/wiki/index.html @@ -848,9 +848,9 @@ a title string:

-func viewHandler(c, *http.Conn, r *http.Request, title string)
-func editHandler(c, *http.Conn, r *http.Request, title string)
-func saveHandler(c, *http.Conn, r *http.Request, title string)
+func viewHandler(c *http.Conn, r *http.Request, title string)
+func editHandler(c *http.Conn, r *http.Request, title string)
+func saveHandler(c *http.Conn, r *http.Request, title string)
 

diff --git a/doc/codelab/wiki/wiki.html b/doc/codelab/wiki/wiki.html index 7661f466d..c7f44ded4 100644 --- a/doc/codelab/wiki/wiki.html +++ b/doc/codelab/wiki/wiki.html @@ -670,9 +670,9 @@ a title string:

-func viewHandler(c, *http.Conn, r *http.Request, title string)
-func editHandler(c, *http.Conn, r *http.Request, title string)
-func saveHandler(c, *http.Conn, r *http.Request, title string)
+func viewHandler(c *http.Conn, r *http.Request, title string)
+func editHandler(c *http.Conn, r *http.Request, title string)
+func saveHandler(c *http.Conn, r *http.Request, title string)
 

-- cgit v1.2.3