aboutsummaryrefslogtreecommitdiff
path: root/TextFormat.md
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-12 11:59:03 +0200
committerJF Bastien <jfb@chromium.org>2015-06-12 11:59:03 +0200
commitc6e32e6e4d8f9f3242aec0ca4e99de1017a90574 (patch)
tree5641ff5b492aaae1ef6eca02f80c16cb118fc45f /TextFormat.md
parent7570edd51523b2189c1574ed74b259e55f5c87ae (diff)
parent8eaa519446b7312a0b35ac32d80d344c49b5bd18 (diff)
downloadnanowasm-design-c6e32e6e4d8f9f3242aec0ca4e99de1017a90574.tar.gz
Merge branch 'master' into generate
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).