aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
Diffstat (limited to 'Modules.md')
-rw-r--r--Modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules.md b/Modules.md
index da2a4ab..c7aed84 100644
--- a/Modules.md
+++ b/Modules.md
@@ -144,7 +144,7 @@ or
In the first example, the environment is expected to call the function $start_function
before calling any other module function. In the second case, the environment is
-expected to call the module function indexed <int> (this index starts from 0).
+expected to call the module function indexed `<int>` (this index starts from 0).
A module can:
* Only have at most a start node