aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
authorsuphanat <haxx.pop@gmail.com>2016-02-05 17:33:07 +0700
committersuphanat <haxx.pop@gmail.com>2016-02-05 17:33:07 +0700
commit71683f2c83eb27df8a91f8b98563f701a7e3208d (patch)
treed3c168b43ff41a79499029d917e35338453fbecf /Modules.md
parent0869580c8b566aea03d709e30dddd31fdad45973 (diff)
downloadnanowasm-design-71683f2c83eb27df8a91f8b98563f701a7e3208d.tar.gz
make <int> appear
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