1
0
mirror of https://github.com/golang/go synced 2024-11-23 03:30:02 -07:00

faq: fix grammar

This commit is contained in:
Daniel Langner 2019-04-12 14:06:45 +02:00 committed by GitHub
parent 7f9e0220cd
commit 22e917e5ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <a href="https://go.googlesource.com/gollvm/">LLVM implementation</a>
is starting to come together now, however.
</p>