aboutsummaryrefslogtreecommitdiff
path: root/HighLevelGoals.md
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-05-18 09:58:01 -0700
committerDan Gohman <sunfish@mozilla.com>2015-05-18 09:58:01 -0700
commit3060ccfafbdde5fda2e3125d284db2998d2b89f1 (patch)
tree0cefbc060f6de1d2967f13c911ff58e776ffa2cc /HighLevelGoals.md
parentde13b77d7216f566c47568b99d4ec48e60953ba1 (diff)
downloadnanowasm-design-3060ccfafbdde5fda2e3125d284db2998d2b89f1.tar.gz
Capitalize "Web".
Diffstat (limited to 'HighLevelGoals.md')
-rw-r--r--HighLevelGoals.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HighLevelGoals.md b/HighLevelGoals.md
index 503aec1..43a12e7 100644
--- a/HighLevelGoals.md
+++ b/HighLevelGoals.md
@@ -15,10 +15,10 @@
4. Ship an effective [polyfill](V1.md#polyfill) library for v.1 that translates
WebAssembly code into asm.js in the client so that WebAssembly can run on
existing browsers at high speeds.
-5. Design to execute within and integrate well with the *existing* web platform:
+5. Design to execute within and integrate well with the *existing* Web platform:
* maintain the versionless, feature-tested and
[backwards-compatible](BinaryEncoding.md#backwards-compatibility) evolution
- story of the web;
+ story of the Web;
* execute in the same semantic universe as JavaScript;
* allow synchronous calls to and from JavaScript;
* enforce the same-origin and permissions security policies; and