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-06-09 00:13:39 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-09 00:13:39 -0700
commitf53746f80145a184b5e4a6974175e2f92f49dcba (patch)
tree754e5463f01d12a94130724fb481d568b0792d65 /html/edit/011-errors.mu.html
parentbfa3f5ba3930fb3919d94e97929a2b962d104e10 (diff)
downloadmu-f53746f80145a184b5e4a6974175e2f92f49dcba.tar.gz
3901
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 876be6f7..fa165412 100644
--- a/html/edit/011-errors.mu.html
+++ b/html/edit/011-errors.mu.html
@@ -131,7 +131,7 @@ if ('onhashchange' in window) {
 <span id="L68" class="LineNr"> 68 </span>  <span class="Conceal">¦</span> sandboxes-completed-successfully?:bool <span class="Special">&lt;-</span> equal error-index,<span class="Constant"> -1</span>
 <span id="L69" class="LineNr"> 69 </span>  <span class="Conceal">¦</span> <span class="muControl">break-if</span> sandboxes-completed-successfully?
 <span id="L70" class="LineNr"> 70 </span>  <span class="Conceal">¦</span> error-index-text:text <span class="Special">&lt;-</span> to-text error-index
-<span id="L71" class="LineNr"> 71 </span>  <span class="Conceal">¦</span> status:text <span class="Special">&lt;-</span> <a href='../061text.mu.html#L530'>interpolate</a> <span class="Constant">[errors found (_)    ]</span>, error-index-text
+<span id="L71" class="LineNr"> 71 </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="L72" class="LineNr"> 72 </span>  <span class="Conceal">¦</span> <a href='005-sandbox.mu.html#L213'>update-status</a> <a href='../081print.mu.html#L4'>screen</a>, status, <span class="Constant">1/red</span>
 <span id="L73" class="LineNr"> 73 </span>  <span class="Delimiter">}</span>
 <span id="L74" class="LineNr"> 74 </span>]