From 7ce0884567759dfb7ba3638c4cda8a6249cb1ebf Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 10 Jun 2015 12:33:59 -0700 Subject: Consistently capitalize "Web" in "the Web". --- FutureFeatures.md | 2 +- Portability.md | 2 +- Web.md | 2 +- 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 -- cgit v1.2.3