aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2015-11-02 14:22:53 -0800
committerBrett Cannon <brettcannon@users.noreply.github.com>2015-11-02 14:22:53 -0800
commita10e484278e0635a1cd7030ccd76d3d64de03beb (patch)
tree2398c51cd5f0e2c887a2cacbc5a384a3284fdbe4 /FAQ.md
parent80cf814b4bbc1b8583ba3d1f6516791a4a5a844b (diff)
downloadnanowasm-design-a10e484278e0635a1cd7030ccd76d3d64de03beb.tar.gz
Remove extraneous parenthesis
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index cadd77d..d61f5f1 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -18,7 +18,7 @@ There are two main benefits WebAssembly provides:
decoded much faster than JavaScript can be parsed ([experiments][] show more
than 20× faster). On mobile, large compiled codes can easily take 20–40
seconds *just to parse*, so native decoding (especially when combined with
- other techniques like [streaming][]) for better-than-gzip compression) is
+ other techniques like [streaming][] for better-than-gzip compression) is
critical to providing a good cold-load user experience.
2. By avoiding the simultaneous asm.js constraints of [AOT][]-[compilability][]