From a10e484278e0635a1cd7030ccd76d3d64de03beb Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 2 Nov 2015 14:22:53 -0800 Subject: Remove extraneous parenthesis --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FAQ.md') 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][] -- cgit v1.2.3