aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/html/render.go
diff options
context:
space:
mode:
authorNigel Tao <nigeltao@golang.org>2011-12-13 14:20:26 +1100
committerNigel Tao <nigeltao@golang.org>2011-12-13 14:20:26 +1100
commit66113ac8188026cb57ae043670d1004860831e2d (patch)
treeba3f74d7fdcb4e6c65cd6f3bd9fd70b7aefe15ae /src/pkg/html/render.go
parentb9064fb13287c49ba978715af6da797428dcb77d (diff)
downloadgo-66113ac8188026cb57ae043670d1004860831e2d.tar.xz
html: update comments to match latest spec.
R=dsymonds CC=golang-dev https://golang.org/cl/5482054
Diffstat (limited to 'src/pkg/html/render.go')
-rw-r--r--src/pkg/html/render.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/html/render.go b/src/pkg/html/render.go
index 7e1a466965..20751938d9 100644
--- a/src/pkg/html/render.go
+++ b/src/pkg/html/render.go
@@ -247,7 +247,7 @@ func writeQuoted(w writer, s string) error {
return nil
}
-// Section 13.1.2, "Elements", gives this list of void elements. Void elements
+// Section 12.1.2, "Elements", gives this list of void elements. Void elements
// are those that can't have any contents.
var voidElements = map[string]bool{
"area": true,