about summary refs log tree commit diff stats
path: root/html/channel.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-06-20 10:40:07 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-20 10:40:07 -0700
commit124c67645cb6f1b9f06d7104c5398fa4732e2f25 (patch)
tree8d4419ff18f494d4ad5e3318820764c5fa4c474a /html/channel.mu.html
parent130596f0e0efe89a4bee136c1d62ecc577c756e2 (diff)
downloadmu-124c67645cb6f1b9f06d7104c5398fa4732e2f25.tar.gz
3934
Diffstat (limited to 'html/channel.mu.html')
-rw-r--r--html/channel.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/channel.mu.html b/html/channel.mu.html
index bb0808f1..8144078a 100644
--- a/html/channel.mu.html
+++ b/html/channel.mu.html
@@ -72,7 +72,7 @@ if ('onhashchange' in window) {
 <span id="L12" class="LineNr">12 </span>  <span class="Conceal">¦</span> <span class="Comment"># other threads might get between these prints</span>
 <span id="L13" class="LineNr">13 </span>  <span class="Conceal">¦</span> $print <span class="Constant">[produce: ]</span>, n, <span class="Constant">[ </span>
 <span id="L14" class="LineNr">14 </span><span class="Constant">]</span>
-<span id="L15" class="LineNr">15 </span>  <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special">&lt;-</span> <a href='075channel.mu.html#L66'>write</a> <a href='075channel.mu.html#L47'>sink</a>, n
+<span id="L15" class="LineNr">15 </span>  <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special">&lt;-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, n
 <span id="L16" class="LineNr">16 </span>  <span class="Conceal">¦</span> n <span class="Special">&lt;-</span> add n,<span class="Constant"> 1</span>
 <span id="L17" class="LineNr">17 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L18" class="LineNr">18 </span>  <span class="Delimiter">}</span>