From 1447963f56998f8d3ff1c8a5892845efa96d4c8a Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Sat, 17 Oct 2015 11:54:44 -0700 Subject: JS -> JavaScript --- Modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Modules.md') 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; -- cgit v1.2.3