From 22e917e5ca429d76506346841e5b3c93c2a5f3fb Mon Sep 17 00:00:00 2001 From: Daniel Langner Date: Fri, 12 Apr 2019 14:06:45 +0200 Subject: [PATCH] faq: fix grammar --- doc/go_faq.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/go_faq.html b/doc/go_faq.html index 305878f237..dd3ba84cac 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -2082,8 +2082,8 @@ At the beginning of the project we considered using LLVM for our performance goals. More important in retrospect, starting with LLVM would have made it harder to introduce some of the ABI and related changes, such as -stack management, that Go requires but not are not part of the -standard C setup. +stack management, that Go requires but are not part of the standard +C setup. A new LLVM implementation is starting to come together now, however.