about summary refs log tree commit diff stats
path: root/html/apps/parse-int.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-29 22:04:13 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-29 22:04:13 -0700
commit9cbd4199f376fdccbf08bf2ac15b48c4310e36c4 (patch)
treee53ada2d34c7642b82487a9e03488acf823e584e /html/apps/parse-int.mu.html
parentbae22d720f6a6f3922c29cd7dc4218c7564bbed9 (diff)
downloadmu-9cbd4199f376fdccbf08bf2ac15b48c4310e36c4.tar.gz
6685
Diffstat (limited to 'html/apps/parse-int.mu.html')
-rw-r--r--html/apps/parse-int.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/parse-int.mu.html b/html/apps/parse-int.mu.html
index e1784221..560e5ccf 100644
--- a/html/apps/parse-int.mu.html
+++ b/html/apps/parse-int.mu.html
@@ -72,7 +72,7 @@ if ('onhashchange' in window) {
 <span id="L14" class="LineNr">14 </span>  compare n, <span class="Constant">1</span>
 <span id="L15" class="LineNr">15 </span>  <span class="Delimiter">{</span>
 <span id="L16" class="LineNr">16 </span>    <span class="PreProc">break-if-&gt;</span>
-<span id="L17" class="LineNr">17 </span>    <a href='../304screen.subx.html#L123'>print-string-to-screen</a> <span class="Constant">&quot;usage: <a href='parse-int.mu.html#L28'>parse-int</a> &lt;integer&gt;\n&quot;</span>
+<span id="L17" class="LineNr">17 </span>    <a href='../304screen.subx.html#L122'>print-string-to-screen</a> <span class="Constant">&quot;usage: <a href='parse-int.mu.html#L28'>parse-int</a> &lt;integer&gt;\n&quot;</span>
 <span id="L18" class="LineNr">18 </span>    exit-status <span class="SpecialChar">&lt;-</span> copy <span class="Constant">1</span>
 <span id="L19" class="LineNr">19 </span>    <span class="PreProc">break</span> $main-body
 <span id="L20" class="LineNr">20 </span>  <span class="Delimiter">}</span>