about summary refs log tree commit diff stats
path: root/html/075channel.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/075channel.mu.html')
-rw-r--r--html/075channel.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/075channel.mu.html b/html/075channel.mu.html
index d294b7cb..6aa979d9 100644
--- a/html/075channel.mu.html
+++ b/html/075channel.mu.html
@@ -534,7 +534,7 @@ if ('onhashchange' in window) {
 <span id="L470" class="LineNr">470 </span>  <span class="Conceal">¦</span> assert empty?, <span class="Constant">[ </span>
 <span id="L471" class="LineNr">471 </span><span class="Constant">F buffer-lines-blocks-until-newline: channel should be empty after init]</span>
 <span id="L472" class="LineNr">472 </span>  <span class="Conceal">¦</span> <span class="Comment"># buffer stdin into buffered-stdin, try to read from buffered-stdin</span>
-<span id="L473" class="LineNr">473 </span>  <span class="Conceal">¦</span> buffer-routine:num <span class="Special">&lt;-</span> start-running <a href='075channel.mu.html#L408'>buffer-lines</a>, <a href='075channel.mu.html#L43'>source</a>, buffered-stdin
+<span id="L473" class="LineNr">473 </span>  <span class="Conceal">¦</span> buffer-routine:num <span class="Special">&lt;-</span> <span class="muControl">start-running</span> <a href='075channel.mu.html#L408'>buffer-lines</a>, <a href='075channel.mu.html#L43'>source</a>, buffered-stdin
 <span id="L474" class="LineNr">474 </span>  <span class="Conceal">¦</span> wait-for-routine-to-block buffer-routine
 <span id="L475" class="LineNr">475 </span>  <span class="Conceal">¦</span> empty? <span class="Special">&lt;-</span> <a href='075channel.mu.html#L370'>channel-empty?</a> buffered-chan
 <span id="L476" class="LineNr">476 </span>  <span class="Conceal">¦</span> assert empty?:bool, <span class="Constant">[ </span>