about summary refs log tree commit diff stats
path: root/html/mu-init.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-08-22 13:30:48 -0700
committerKartik Agaram <vc@akkartik.com>2020-08-22 13:30:48 -0700
commit0361a76d86a38ca02778afc915d86c4ffa608bf7 (patch)
treeb58b8dc27854a02a40f93bc1fa47a565b92e30a0 /html/mu-init.subx.html
parent426fcd3ec3b3891a0670c20cae9bd342184719b4 (diff)
downloadmu-0361a76d86a38ca02778afc915d86c4ffa608bf7.tar.gz
6724
Diffstat (limited to 'html/mu-init.subx.html')
-rw-r--r--html/mu-init.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/mu-init.subx.html b/html/mu-init.subx.html
index 231ff08d..dc0c5ec7 100644
--- a/html/mu-init.subx.html
+++ b/html/mu-init.subx.html
@@ -59,7 +59,7 @@ if ('onhashchange' in window) {
 <span id="L3" class="LineNr"> 3 </span><span class="subxComment"># See translate_mu for how this file is used.</span>
 <span id="L4" class="LineNr"> 4 </span><span class="subxComment">#</span>
 <span id="L5" class="LineNr"> 5 </span><span class="subxComment"># Mu programs start at a function called 'main' with this signature:</span>
-<span id="L6" class="LineNr"> 6 </span><span class="subxComment">#   fn main args: (addr array (addr array byte)) -&gt; exit-status/ebx: int</span>
+<span id="L6" class="LineNr"> 6 </span><span class="subxComment">#   fn main args: (addr array addr array byte) -&gt; exit-status/ebx: int</span>
 <span id="L7" class="LineNr"> 7 </span><span class="subxComment"># If your program doesn't need commandline arguments you can drop it:</span>
 <span id="L8" class="LineNr"> 8 </span><span class="subxComment">#   fn main -&gt; exit-status/ebx: int</span>
 <span id="L9" class="LineNr"> 9 </span><span class="subxComment">#</span>