aboutsummaryrefslogtreecommitdiff
path: root/TextFormat.md
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2015-10-23 14:56:48 -0700
committerLuke Wagner <luke@mozilla.com>2015-10-23 14:56:48 -0700
commit19f8871d6efa4f4ce3496fc3683463587fc911fb (patch)
treeec82027bfc9240dedf26447e2008b5ef5ca22183 /TextFormat.md
parentf680241dce374c1645b540507338f23d4bd82d10 (diff)
downloadnanowasm-design-19f8871d6efa4f4ce3496fc3683463587fc911fb.tar.gz
Change 'local types' to 'value types'
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 3132c6a..ab1b54a 100644
--- a/TextFormat.md
+++ b/TextFormat.md
@@ -43,7 +43,7 @@ readability will therefore factor into standardizing a text format.
There are, however, prototype syntaxes which are used to bring up WebAssembly: it's easier
to develop using a text format than it is with a binary format, even if the ultimate
WebAssembly format will be binary. Most of these prototypes use [s-expressions][] because they
-can easily represent expression trees and [ASTs](ASTSemantics.md) (as opposed to CFGs)
+can easily represent expression trees and [ASTs](AstSemantics.md) (as opposed to CFGs)
and don't have much of a syntax to speak of (avoiding syntax bikeshed discussions).
[s-expressions]: https://en.wikipedia.org/wiki/S-expression