From 05427748ef80df23bd8a206ae2206ddd1c9cde05 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 23 Apr 2010 10:02:10 +1000 Subject: [PATCH] go_faq: typo fix R=rsc CC=golang-dev https://golang.org/cl/962043 --- doc/go_faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go_faq.html b/doc/go_faq.html index 56f4bd9fa3e..4f11baa80e4 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -363,7 +363,7 @@ indicate.

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).