1
0
mirror of https://github.com/golang/go synced 2024-11-23 17:00:07 -07:00

go_faq: typo fix

R=rsc
CC=golang-dev
https://golang.org/cl/962043
This commit is contained in:
Andrew Gerrand 2010-04-23 10:02:10 +10:00
parent 841a32dd5e
commit 05427748ef

View File

@ -363,7 +363,7 @@ indicate.
<p>
Still, there is room for improvement. The compilers are good but could be
better, many librarise need major performance work, and the garbage collector
better, many libraries need major performance work, and the garbage collector
isn't fast enough yet (even if it were, taking care not to generate unnecessary
garbage can have a huge effect).
</p>