diff options
Diffstat (limited to 'AstSemantics.md')
| -rw-r--r-- | AstSemantics.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AstSemantics.md b/AstSemantics.md index c559e0c..b778c2a 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. |
