aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-10 17:17:21 +0200
committerJF Bastien <jfb@chromium.org>2015-06-10 17:17:21 +0200
commit448b9b97a58351d4c08088f7b645879fd66077d2 (patch)
tree5fe67f34bdafc74c88386987441f071348dc062b /FAQ.md
parentb42365f016360359290cf32d6d790470aa76de8d (diff)
downloadnanowasm-design-448b9b97a58351d4c08088f7b645879fd66077d2.tar.gz
Disambiguate 'it'.
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/FAQ.md b/FAQ.md
index a700163..1429a5c 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -62,8 +62,8 @@ cycle-collection problems and miss optimizations that require integration with t
## What compilers can I use to build WebAssembly programs?
WebAssembly initially focuses on C/C++, and an experimental backend is being
-built using [clang/LLVM](http://llvm.org). As it evolves it will support more
-languages which often use non-LLVM compilers.
+built using [clang/LLVM](http://llvm.org). As WebAssembly evolves it will
+support more languages which often use non-LLVM compilers.
Even for C/C++ language support we hope that other compilers, such as
[GCC](https://gcc.gnu.org), gain support for WebAssembly. The WebAssembly