aboutsummaryrefslogtreecommitdiff
path: root/TextFormat.md
diff options
context:
space:
mode:
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).