about summary refs log tree commit diff stats
path: root/html/075channel.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-12-07 16:22:23 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-12-07 16:22:23 -0800
commitc0f84b1ffa18eaf6f399aafe462f2a0f705dd009 (patch)
treee0a12f7c765816f2db72e7d57eac5a43ed0db139 /html/075channel.mu.html
parentc082c2f268e7ad483fe1192251cd4a0bc635748f (diff)
downloadmu-c0f84b1ffa18eaf6f399aafe462f2a0f705dd009.tar.gz
4155
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 c543311e..034410bf 100644
--- a/html/075channel.mu.html
+++ b/html/075channel.mu.html
@@ -441,7 +441,7 @@ if ('onhashchange' in window) {
 <span id="L377" class="LineNr">377 </span>]
 <span id="L378" class="LineNr">378 </span>
 <span id="L379" class="LineNr">379 </span><span class="Comment"># A full channel has first-free just before first-full, wasting one slot.</span>
-<span id="L380" class="LineNr">380 </span><span class="Comment"># (Other alternatives: <a href="https://www.snellman.net/blog/archive/2016-12-13-ring-buffers">https://www.snellman.net/blog/archive/2016-12-13-ring-buffers</a>)</span>
+<span id="L380" class="LineNr">380 </span><span class="Comment"># (Other alternatives: <a href="https://www.snellman.net/blog/archive/2016-12-13-ring-buffers)">https://www.snellman.net/blog/archive/2016-12-13-ring-buffers)</a></span>
 <span id="L381" class="LineNr">381 </span><span class="muRecipe">def</span> <a href='075channel.mu.html#L381'>channel-full?</a> chan:&amp;:channel:_elem<span class="muRecipe"> -&gt; </span>result:bool [
 <span id="L382" class="LineNr">382 </span>  <span class="Constant">local-scope</span>
 <span id="L383" class="LineNr">383 </span>  <span class="Constant">load-inputs</span>