about summary refs log tree commit diff stats
path: root/html/edit/011-errors.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-09-23 19:30:00 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-09-23 19:30:00 -0700
commit615f4a970a2fa5c91766ee585a7d531b083f4bff (patch)
tree5fce7848b60fe7e0dae089c94ca228ad74067ce1 /html/edit/011-errors.mu.html
parent72cf994869e19f6bdc4678e1122f0082d07d4a11 (diff)
downloadmu-615f4a970a2fa5c91766ee585a7d531b083f4bff.tar.gz
4003
Diffstat (limited to 'html/edit/011-errors.mu.html')
-rw-r--r--html/edit/011-errors.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html
index db0cfa72..8349e70d 100644
--- a/html/edit/011-errors.mu.html
+++ b/html/edit/011-errors.mu.html
@@ -148,7 +148,7 @@ if ('onhashchange' in window) {
 <span id="L85" class="LineNr"> 85 </span>  <span class="Conceal">¦</span> sandboxes-completed-successfully?:bool <span class="Special">&lt;-</span> equal error-index,<span class="Constant"> -1</span>
 <span id="L86" class="LineNr"> 86 </span>  <span class="Conceal">¦</span> <span class="muControl">break-if</span> sandboxes-completed-successfully?
 <span id="L87" class="LineNr"> 87 </span>  <span class="Conceal">¦</span> error-index-text:text <span class="Special">&lt;-</span> to-text error-index
-<span id="L88" class="LineNr"> 88 </span>  <span class="Conceal">¦</span> status:text <span class="Special">&lt;-</span> <a href='../061text.mu.html#L521'>interpolate</a> <span class="Constant">[errors found (_)    ]</span>, error-index-text
+<span id="L88" class="LineNr"> 88 </span>  <span class="Conceal">¦</span> status:text <span class="Special">&lt;-</span> <a href='../061text.mu.html#L512'>interpolate</a> <span class="Constant">[errors found (_)    ]</span>, error-index-text
 <span id="L89" class="LineNr"> 89 </span>  <span class="Conceal">¦</span> <a href='005-sandbox.mu.html#L217'>update-status</a> <a href='../081print.mu.html#L16'>screen</a>, status, <span class="Constant">1/red</span>
 <span id="L90" class="LineNr"> 90 </span>  <span class="Delimiter">}</span>
 <span id="L91" class="LineNr"> 91 </span>]