summaryrefslogtreecommitdiff
path: root/doc/0/index.md
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-06-21 23:31:08 +0200
committerTaylan Kammer <taylan.kammer@gmail.com>2026-06-21 23:31:08 +0200
commitaf42ac0a082c90b6dfced76cd1ecdf5091e22c7e (patch)
tree936dda4883ceb21e5e48c067edda440bf10693d6 /doc/0/index.md
parentb84ed4f563b3536365f7d3cc4d068407e98685b3 (diff)
yippie
Diffstat (limited to 'doc/0/index.md')
-rw-r--r--doc/0/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/0/index.md b/doc/0/index.md
index f0da216..844729c 100644
--- a/doc/0/index.md
+++ b/doc/0/index.md
@@ -20,9 +20,9 @@ compiling code.
over data received from the parser, enriching it with more complex
value types, and handling primitive source code transforms.
-3. [Eval](3-eval.html)
+3. [Execute](3-execute.html)
- Code is evaluated within a mutable module context, on which it can
+ Code is executed within a mutable module context, on which it can
have side effects such as creating new definitions or establishing
links to other modules.