aboutsummaryrefslogtreecommitdiffstats
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/extensions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/extensions.md b/docs/internals/extensions.md
index e541d9a..29cc075 100644
--- a/docs/internals/extensions.md
+++ b/docs/internals/extensions.md
@@ -177,7 +177,7 @@ how their arguments are evaluated. They roughly correspond to *macros* in Lisps.
There is less of a concrete guideline for implementing Builtins because there
are a lot more options, and it really depends a lot on what the Builtin should
achieve. Nevertheless, a good starting point is to read the `Builtin` class
-documentation, take a look at `Builtin`s in `alv/builtin.moon` and get
+documentation, take a look at `Builtin`s in `alv/builtins.moon` and get
familiar with the relevant internal interfaces (especially `AST`, `Result`, and
`Scope`).