aboutsummaryrefslogtreecommitdiff
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
parent2e062b3a294dfade8bb64fc8fe1aacd823dab586 (diff)
downloadnanowasm-design-7ce0884567759dfb7ba3638c4cda8a6249cb1ebf.tar.gz
Consistently capitalize "Web" in "the Web".
-rw-r--r--FutureFeatures.md2
-rw-r--r--Portability.md2
-rw-r--r--Web.md2
3 files changed, 3 insertions, 3 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
diff --git a/Portability.md b/Portability.md
index 7a116f3..365e070 100644
--- a/Portability.md
+++ b/Portability.md
@@ -2,7 +2,7 @@
WebAssembly's [binary format](BinaryEncoding.md) is designed to be executable
efficiently on a variety of operating systems and instruction set architectures,
-[on the web](Web.md) and [off the web](NonWeb.md).
+[on the Web](Web.md) and [off the Web](NonWeb.md).
Execution environments which, despite
[allowed implementation variants](IncompletelySpecifiedBehavior.md), don't offer
diff --git a/Web.md b/Web.md
index f589448..3b989dd 100644
--- a/Web.md
+++ b/Web.md
@@ -3,7 +3,7 @@
WebAssembly's [Minimum Viable Product](MVP.md) explicitly targets browser
embeddings, and treats WebAssembly as an integral part of the Web platform.
-A key part of operating on the web is supporting
+A key part of operating on the Web is supporting
[feature testing](FeatureTest.md).
# Implementation Details