]> Cypherpunks repositories - gostls13.git/commitdiff
go_faq: typo fix
authorAndrew Gerrand <adg@golang.org>
Fri, 23 Apr 2010 00:02:10 +0000 (10:02 +1000)
committerAndrew Gerrand <adg@golang.org>
Fri, 23 Apr 2010 00:02:10 +0000 (10:02 +1000)
R=rsc
CC=golang-dev
https://golang.org/cl/962043

doc/go_faq.html

index 56f4bd9fa3e2b105876c18af836e7b17f6fcb2a6..4f11baa80e4e1c6ab751adfd8423b8a360a9c38c 100644 (file)
@@ -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>