]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix a couple of drive-by review comments in FAQ
authorRob Pike <r@golang.org>
Tue, 24 Jul 2018 22:26:01 +0000 (08:26 +1000)
committerRob Pike <r@golang.org>
Tue, 24 Jul 2018 22:32:58 +0000 (22:32 +0000)
Change-Id: I10cc2073e28cefb1b9a10c0ae89d819ad6417d66
Reviewed-on: https://go-review.googlesource.com/125695
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go_faq.html

index f754dd3ce41bd8c2574ea4f7175b7a9c30dab505..b1c15295d62e2e4606a55a6f46c09b35b688dc2f 100644 (file)
@@ -2419,12 +2419,12 @@ simpler because they don't need to specify how memory is managed across them.
 
 <p>
 This is not to say that the recent work in languages
-like Rust that bring new ideas to the problem of to managing
+like Rust that bring new ideas to the problem of managing
 resources is misguided; we encourage this work and are excited to see
 how it evolves.
 But Go takes a more traditional approach by addressing
 object lifetimes through
-garbage collection, and garbage collection only.
+garbage collection, and garbage collection alone.
 </p>
 
 <p>