aboutsummaryrefslogtreecommitdiff
path: root/FutureFeatures.md
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-06-10 12:33:59 -0700
committerDan Gohman <sunfish@mozilla.com>2015-06-10 12:33:59 -0700
commit7ce0884567759dfb7ba3638c4cda8a6249cb1ebf (patch)
treeeed4291eab5377b24526323774a45ab439d23b0a /FutureFeatures.md
parent2e062b3a294dfade8bb64fc8fe1aacd823dab586 (diff)
downloadnanowasm-design-7ce0884567759dfb7ba3638c4cda8a6249cb1ebf.tar.gz
Consistently capitalize "Web" in "the Web".
Diffstat (limited to 'FutureFeatures.md')
-rw-r--r--FutureFeatures.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md
index 7ca4658..7021668 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -19,7 +19,7 @@ all loaded modules have their own [separate heaps](MVP.md#heap) and cannot share
developers to share heaps and function pointers between WebAssembly modules.
WebAssembly will support both load-time and run-time (`dlopen`) dynamic linking
-of both WebAssembly modules and non-WebAssembly modules (e.g., on the web, ES6
+of both WebAssembly modules and non-WebAssembly modules (e.g., on the Web, ES6
ones containing JavaScript).
Dynamic linking is especially useful when combined with a Content Distribution