summaryrefslogtreecommitdiff
path: root/doc/go_faq.html
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
commitf6c57b4c19dfe7225173fbfb38903223e6485dd4 (patch)
tree2a5bf1aeaf4f9346523dfd1d3b17416bbb76148c /doc/go_faq.html
parentfbb5cf5746cdd50535b1b6f803120b2f043131b0 (diff)
downloadgolang-f6c57b4c19dfe7225173fbfb38903223e6485dd4.tar.gz
go_faq: typo fix
R=rsc CC=golang-dev http://codereview.appspot.com/962043
Diffstat (limited to 'doc/go_faq.html')
-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 56f4bd9fa..4f11baa80 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>