From 452dd3829e2c32b85cff4bf2cd8a11b0d4157b59 Mon Sep 17 00:00:00 2001 From: Andrey Mirtchovski Date: Thu, 29 Apr 2010 14:33:19 +1000 Subject: [PATCH] codelab/index.html: a few typos. R=adg CC=golang-dev https://golang.org/cl/993042 --- doc/codelab/wiki/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/codelab/wiki/index.html b/doc/codelab/wiki/index.html index 898ea01d17..7a078f0a5c 100644 --- a/doc/codelab/wiki/index.html +++ b/doc/codelab/wiki/index.html @@ -180,7 +180,7 @@ func loadPage(title string) (*page, os.Error) {

Callers of this function can now check the second parameter; if it is -nil then it has succesfully loaded a page. If not, it will be an +nil then it has successfully loaded a page. If not, it will be an os.Error that can be handled by the caller (see the os package documentation for details). @@ -222,7 +222,7 @@ This is a sample page.

(The 8g and 8l commands are applicable to GOARCH=386. If you're on an amd64 system, -subtitute 6's for the 8's.) +substitute 6's for the 8's.)

@@ -452,7 +452,7 @@ import (

-Let's create a template file containg the HTML form. +Let's create a template file containing the HTML form. Open a new file named edit.html, and add the following lines:

-- 2.50.0