aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2015-10-17 11:54:44 -0700
committerJF Bastien <github@jfbastien.com>2015-10-17 11:54:44 -0700
commit1447963f56998f8d3ff1c8a5892845efa96d4c8a (patch)
tree7da9803cef787ebc78e10a769949af01ac884c2d /Modules.md
parent0d91c19243c5a72e7d7455b4084e4dec9469c783 (diff)
downloadnanowasm-design-1447963f56998f8d3ff1c8a5892845efa96d4c8a.tar.gz
JS -> JavaScript
Diffstat (limited to 'Modules.md')
-rw-r--r--Modules.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules.md b/Modules.md
index b06c602..222909b 100644
--- a/Modules.md
+++ b/Modules.md
@@ -20,8 +20,8 @@ An instance contains:
* the code of the module from which the instance was loaded;
* a [linear memory](AstSemantics.md#linear-memory);
* fully resolved imports;
-* host-specific state (for example, the JS function objects that reflect
- exported functions to JS);
+* host-specific state (for example, the JavaScript function objects that reflect
+ exported functions to JavaScript);
* (when [threading](PostMVP.md#threads) is added) TLS variable state;
* (when [dynamic linking](DynamicLinking.md) is added) the code of multiple modules
that have been dynamically linked into the same instance;