about summary refs log tree commit diff stats
path: root/html/084console.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/084console.mu.html')
-rw-r--r--html/084console.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/084console.mu.html b/html/084console.mu.html
index 8e1b7952..9c043adf 100644
--- a/html/084console.mu.html
+++ b/html/084console.mu.html
@@ -140,7 +140,7 @@ if ('onhashchange' in window) {
 <span id="L79" class="LineNr"> 79 </span>  <span class="Conceal">¦</span> <span class="muControl">break-if</span> quit?
 <span id="L80" class="LineNr"> 80 </span>  <span class="Conceal">¦</span> assert c, <span class="Constant">[invalid <a href='084console.mu.html#L4'>event</a>, expected text]</span>
 <span id="L81" class="LineNr"> 81 </span>  <span class="Conceal">¦</span> <a href='081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> print <a href='081print.mu.html#L4'>screen</a>, c
-<span id="L82" class="LineNr"> 82 </span>  <span class="Conceal">¦</span> chan <span class="Special">&lt;-</span> <a href='075channel.mu.html#L66'>write</a> chan, c
+<span id="L82" class="LineNr"> 82 </span>  <span class="Conceal">¦</span> chan <span class="Special">&lt;-</span> <a href='075channel.mu.html#L67'>write</a> chan, c
 <span id="L83" class="LineNr"> 83 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L84" class="LineNr"> 84 </span>  <span class="Delimiter">}</span>
 <span id="L85" class="LineNr"> 85 </span>  chan <span class="Special">&lt;-</span> close chan