Skip to content

Commit

Permalink
doc: fix a couple of drive-by review comments in FAQ
Browse files Browse the repository at this point in the history
Change-Id: I10cc2073e28cefb1b9a10c0ae89d819ad6417d66
Reviewed-on: https://go-review.googlesource.com/125695
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
robpike committed Jul 24, 2018
1 parent 7bebc6b commit c1e1e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/go_faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -2419,12 +2419,12 @@ <h3 id="garbage_collection">

<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>
Expand Down

0 comments on commit c1e1e88

Please sign in to comment.