summaryrefslogtreecommitdiff
path: root/doc/0/index.md
diff options
context:
space:
mode:
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.