aboutsummaryrefslogtreecommitdiff
path: root/FeatureTest.md
diff options
context:
space:
mode:
authorLuke Wagner <mail@lukewagner.name>2015-10-15 17:21:21 -0500
committerLuke Wagner <mail@lukewagner.name>2015-10-15 17:21:21 -0500
commite7f0ba4199b7abf9380efa890a8947d6ff459b74 (patch)
treea60e16f1bd44fe6572fe588b513cbc306fdc5ceb /FeatureTest.md
parent2e1e1a478b5fea5ab73fe9369f087ebe89477e8a (diff)
downloadnanowasm-design-e7f0ba4199b7abf9380efa890a8947d6ff459b74.tar.gz
JS -> JavaScript
Diffstat (limited to 'FeatureTest.md')
-rw-r--r--FeatureTest.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/FeatureTest.md b/FeatureTest.md
index 2b0aacf..0010b1e 100644
--- a/FeatureTest.md
+++ b/FeatureTest.md
@@ -6,7 +6,8 @@ the pragmatic reality that features are shipped in different orders at different
times by different engines.
Since some WebAssembly features add operators and all WebAssembly code in a
-module is validated ahead-of-time, the usual JS feature detection pattern:
+module is validated ahead-of-time, the usual JavaScript feature detection
+pattern:
```
if (foo)
foo();