about summary refs log tree commit diff stats
path: root/html/filesystem.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/filesystem.mu.html
parent130596f0e0efe89a4bee136c1d62ecc577c756e2 (diff)
downloadmu-124c67645cb6f1b9f06d7104c5398fa4732e2f25.tar.gz
3934
Diffstat (limited to 'html/filesystem.mu.html')
-rw-r--r--html/filesystem.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/filesystem.mu.html b/html/filesystem.mu.html
index 40703554..13db4aef 100644
--- a/html/filesystem.mu.html
+++ b/html/filesystem.mu.html
@@ -70,7 +70,7 @@ if ('onhashchange' in window) {
 <span id="L10" class="LineNr">10 </span>  <span class="Delimiter">{</span>
 <span id="L11" class="LineNr">11 </span>  <span class="Conceal">¦</span> c:char, done?:bool, source-file <span class="Special">&lt;-</span> read source-file
 <span id="L12" class="LineNr">12 </span>  <span class="Conceal">¦</span> <span class="muControl">break-if</span> done?
-<span id="L13" class="LineNr">13 </span>  <span class="Conceal">¦</span> sink-file <span class="Special">&lt;-</span> <a href='075channel.mu.html#L66'>write</a> sink-file, c
+<span id="L13" class="LineNr">13 </span>  <span class="Conceal">¦</span> sink-file <span class="Special">&lt;-</span> <a href='075channel.mu.html#L67'>write</a> sink-file, c
 <span id="L14" class="LineNr">14 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L15" class="LineNr">15 </span>  <span class="Delimiter">}</span>
 <span id="L16" class="LineNr">16 </span>  close sink-file