aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2010-04-23 10:02:10 +1000
committerAndrew Gerrand <adg@golang.org>2010-04-23 10:02:10 +1000
commit05427748ef80df23bd8a206ae2206ddd1c9cde05 (patch)
tree0c9138b4cd427af9a6f0a59d35ed2cc9445bc7a5
parent841a32dd5ec836e171d04604710d88a6b8e59467 (diff)
downloadgo-05427748ef80df23bd8a206ae2206ddd1c9cde05.tar.gz
go-05427748ef80df23bd8a206ae2206ddd1c9cde05.zip
go_faq: typo fix
R=rsc CC=golang-dev https://golang.org/cl/962043
-rw-r--r--doc/go_faq.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_faq.html b/doc/go_faq.html
index 56f4bd9fa3..4f11baa80e 100644
--- a/doc/go_faq.html
+++ b/doc/go_faq.html
@@ -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>