aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2011-10-27 15:40:57 +0900
committerAndrew Gerrand <adg@golang.org>2011-10-27 15:40:57 +0900
commit1e900b0d226b4a562abc6d31adb2eb721c60cbf9 (patch)
tree7849f41c66cdb0d9e17d37b36c850c8f20c66e2b
parent833fb4198d2f4ff3add2e8a14bfe6c91413f7601 (diff)
downloadgo-1e900b0d226b4a562abc6d31adb2eb721c60cbf9.tar.gz
go-1e900b0d226b4a562abc6d31adb2eb721c60cbf9.zip
doc: fix escaping in weekly.html
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5306070
-rw-r--r--doc/devel/weekly.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devel/weekly.html b/doc/devel/weekly.html
index 2eb4975187..5c68125e3c 100644
--- a/doc/devel/weekly.html
+++ b/doc/devel/weekly.html
@@ -51,7 +51,7 @@ signatures updated.
* gotest: explicit -help flag, use $GCFLAGS like make does.
* govet: check canonical dynamic method signatures.
* html: improved parsing (thanks Andrew Balholm),
- parse <select> tags, parse and render comment nodes,
+ parse &lt;select&gt; tags, parse and render comment nodes,
remove the Tokenizer.ReturnComments option.
* http: Transport: with TLS InsecureSkipVerify, skip hostname check.
* misc/vim: add highlighting for delete (thanks Dave Cheney).