Commit c1e1e882 authored by Rob Pike's avatar Rob Pike

doc: fix a couple of drive-by review comments in FAQ

Change-Id: I10cc2073e28cefb1b9a10c0ae89d819ad6417d66
Reviewed-on: https://go-review.googlesource.com/125695Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 7bebc6b7
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment