1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:24:44 -07:00

doc: fix invalid id attribute in faq

R=r
CC=golang-dev
https://golang.org/cl/3516042
This commit is contained in:
Andrew Gerrand 2010-12-09 08:59:29 +11:00
parent 85d9ab61d2
commit affd1ba94e

View 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>