summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>