aboutsummaryrefslogtreecommitdiff
path: root/AstSemantics.md
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-09-21 16:26:55 -0700
committerDan Gohman <sunfish@mozilla.com>2015-09-21 16:26:55 -0700
commit6ff275320f85973bc7230ddbd5efc32aa8bbb42a (patch)
treee99a7fd62aa51be414581dcf3e33f185873f9bd5 /AstSemantics.md
parent20b21f57a978f3d753ffabad060cbe5761d5be89 (diff)
downloadnanowasm-design-6ff275320f85973bc7230ddbd5efc32aa8bbb42a.tar.gz
Rename `call_direct` to `call` to match the spec repo.
Diffstat (limited to 'AstSemantics.md')
-rw-r--r--AstSemantics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AstSemantics.md b/AstSemantics.md
index 415c3cc..097bda8 100644
--- a/AstSemantics.md
+++ b/AstSemantics.md
@@ -306,7 +306,7 @@ restriction may be lifted in the future.
Direct calls to a function specify the callee by index into a function table.
- * `call_direct`: call function directly
+ * `call`: call function directly
Calls must match the function signature exactly.