aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
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;