aboutsummaryrefslogtreecommitdiff
path: root/AstSemantics.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2016-01-05 10:36:15 -0800
committerJF Bastien <github@jfbastien.com>2016-01-05 10:36:15 -0800
commit0baed571259012a5ea42c73bcecc0cea4ed29f7d (patch)
tree5c5a0c0995609256ee00db99380e8543f4d533f4 /AstSemantics.md
parentf58590750a70a64c0ec68b9b5ba1a418bf99eda0 (diff)
downloadnanowasm-design-0baed571259012a5ea42c73bcecc0cea4ed29f7d.tar.gz
Capitalize titles
Diffstat (limited to 'AstSemantics.md')
-rw-r--r--AstSemantics.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/AstSemantics.md b/AstSemantics.md
index f068bdf..5ef7af2 100644
--- a/AstSemantics.md
+++ b/AstSemantics.md
@@ -5,9 +5,9 @@ represents an expression. Each function body consists of exactly one expression.
All expressions and operators are typed, with no implicit conversions or overloading rules.
This document explains the high-level design of the AST: its types, constructs, and
-semantics. For full details consult [the formal spec](https://github.com/WebAssembly/spec),
-for file-level encoding details consult [binary encoding](BinaryEncoding.md),
-and for the human-readable text representation consult [text format](TextFormat.md).
+semantics. For full details consult [the formal Specification](https://github.com/WebAssembly/spec),
+for file-level encoding details consult [Binary Encoding](BinaryEncoding.md),
+and for the human-readable text representation consult [Text Format](TextFormat.md).
Verification of WebAssembly code requires only a single pass with constant-time
type checking and well-formedness checking.