]> Cypherpunks repositories - gostls13.git/commitdiff
Codelab/wiki: fix typo
authorAndrey Mirtchovski <mirtchovski@gmail.com>
Mon, 7 Feb 2011 19:51:17 +0000 (11:51 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 7 Feb 2011 19:51:17 +0000 (11:51 -0800)
Missing closing bracket renders the next code snippet unreadable.

R=adg, gri
CC=golang-dev
https://golang.org/cl/4119060

doc/codelab/wiki/index.html
doc/codelab/wiki/wiki.html

index ee7af33442a3d011af52e8cf83376037d3f1a65a..e29106a6e52e5bd889daca8baae2130c3a079a91 100644 (file)
@@ -710,7 +710,7 @@ Then we create an <code>init</code> function, which will be called before
 <code>ParseFile</code> that does not return an error code; instead, it panics
 if an error is encountered. A panic is appropriate here; if the templates can't
 be loaded the only sensible thing to do is exit the program.
-</p
+</p>
 
 <pre>
 func init() {
index 3ddbd96b775b54cafb42545e88c17b68ece6f4c4..7ef97b45ba8e59d8ad6713d837c6f34624510b35 100644 (file)
@@ -574,7 +574,7 @@ Then we create an <code>init</code> function, which will be called before
 <code>ParseFile</code> that does not return an error code; instead, it panics
 if an error is encountered. A panic is appropriate here; if the templates can't
 be loaded the only sensible thing to do is exit the program.
-</p
+</p>
 
 <pre>
 !./srcextract.bin -src=final.go -name=init