diff options
author | Andrew Gerrand <adg@golang.org> | 2010-04-23 10:02:10 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2010-04-23 10:02:10 +1000 |
commit | f6c57b4c19dfe7225173fbfb38903223e6485dd4 (patch) | |
tree | 2a5bf1aeaf4f9346523dfd1d3b17416bbb76148c /doc/go_faq.html | |
parent | fbb5cf5746cdd50535b1b6f803120b2f043131b0 (diff) | |
download | golang-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.html | 2 |
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> |