about summary refs log tree commit diff stats
path: root/html/apps/sigils.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-15 23:23:05 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-15 23:23:05 -0800
commit264aba4d929da6899af0672fcda7cc7a877099ec (patch)
treef5e3aa2b6e30f5c2335bcfbcabc51fe6327646b3 /html/apps/sigils.subx.html
parent002f2609e91ed2e49c250202877290f58609a982 (diff)
downloadmu-264aba4d929da6899af0672fcda7cc7a877099ec.tar.gz
7249
Diffstat (limited to 'html/apps/sigils.subx.html')
-rw-r--r--html/apps/sigils.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/sigils.subx.html b/html/apps/sigils.subx.html
index fc4ec0a8..37609093 100644
--- a/html/apps/sigils.subx.html
+++ b/html/apps/sigils.subx.html
@@ -60,8 +60,8 @@ if ('onhashchange' in window) {
 <body onload='JumpToLine();'>
 <a href='https://github.com/akkartik/mu/blob/master/apps/sigils.subx'>https://github.com/akkartik/mu/blob/master/apps/sigils.subx</a>
 <pre id='vimCodeElement'>
-<span id="L1" class="LineNr">   1 </span><span class="subxComment"># Experimental syntax sugar for addressing modes that expand into /rm32 and</span>
-<span id="L2" class="LineNr">   2 </span><span class="subxComment"># other related arguments.</span>
+<span id="L1" class="LineNr">   1 </span><span class="subxComment"># Syntax sugar for addressing modes that expand into /rm32 and other related</span>
+<span id="L2" class="LineNr">   2 </span><span class="subxComment"># arguments.</span>
 <span id="L3" class="LineNr">   3 </span><span class="subxComment">#</span>
 <span id="L4" class="LineNr">   4 </span><span class="subxComment"># To run:</span>
 <span id="L5" class="LineNr">   5 </span><span class="subxComment">#   $ ./bootstrap translate init.linux 0*.subx apps/subx-params.subx apps/sigils.subx  -o apps/sigils</span>