aboutsummaryrefslogtreecommitdiff
path: root/TextFormat.md
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-06-11 16:52:23 -0700
committerDan Gohman <sunfish@mozilla.com>2015-06-11 16:52:23 -0700
commit582c28f34419662594d1ff40f0d72091c097393d (patch)
treecc456f84104dd6b21fd9defdf80d78069fe306e6 /TextFormat.md
parent985b8506bbe2588905afac7e87281824844acf25 (diff)
downloadnanowasm-design-582c28f34419662594d1ff40f0d72091c097393d.tar.gz
Fix broken link.
Diffstat (limited to 'TextFormat.md')
-rw-r--r--TextFormat.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TextFormat.md b/TextFormat.md
index 0a64157..bebd120 100644
--- a/TextFormat.md
+++ b/TextFormat.md
@@ -17,7 +17,7 @@ The text format will be standardized, but only for tooling purposes:
implement WebAssembly semantics.
Given that the code representation is actually an
-[Abstract Syntax Tree](ASTSemantics.md), the syntax would contain nested
+[Abstract Syntax Tree](AstSemantics.md), the syntax would contain nested
statements and expressions (instead of the linear list of instructions most
assembly languages have).