]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix invalid id attribute in faq
authorAndrew Gerrand <adg@golang.org>
Wed, 8 Dec 2010 21:59:29 +0000 (08:59 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 8 Dec 2010 21:59:29 +0000 (08:59 +1100)
R=r
CC=golang-dev
https://golang.org/cl/3516042

doc/go_faq.html

index 3c6850c92ec2c8eef628540bbdef3e989af53058..1c7b85ef8961cf22dc9dd62c084b67f87a90376f 100644 (file)
@@ -661,7 +661,7 @@ See the <a href="/doc/effective_go.html#allocation_new">relevant section
 of Effective Go</a> for more details.
 </p>
 
-<h3 id="64bit_machine_32bit_int">
+<h3 id="q_int_sizes">
 Why is <code>int</code> 32 bits on 64 bit machines?</h3>
 
 <p>