From: Andrew Gerrand Date: Fri, 23 Apr 2010 00:02:10 +0000 (+1000) Subject: go_faq: typo fix X-Git-Tag: weekly.2010-04-27~47 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=05427748ef80df23bd8a206ae2206ddd1c9cde05;p=gostls13.git go_faq: typo fix R=rsc CC=golang-dev https://golang.org/cl/962043 --- 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.

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