From affd1ba94edda7a578a8e06f992b89c6e749e045 Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
Date: Thu, 9 Dec 2010 08:59:29 +1100
Subject: [PATCH] doc: fix invalid id attribute in faq
R=r
CC=golang-dev
https://golang.org/cl/3516042
---
doc/go_faq.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/go_faq.html b/doc/go_faq.html
index 3c6850c92ec..1c7b85ef896 100644
--- a/doc/go_faq.html
+++ b/doc/go_faq.html
@@ -661,7 +661,7 @@ See the relevant section
of Effective Go for more details.
-
+
Why is int
32 bits on 64 bit machines?