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-12-27 20:38:53 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-12-27 20:39:51 -0800
commitf0c55e6b97edf8971ce4adad3ee53cbfa406b7ef (patch)
treed816e398a5bc38010f277e6677b9de83bc3f2faa /html/filesystem.mu.html
parente82dc626685875d56738e733f7e18203f2ac7f9d (diff)
downloadmu-f0c55e6b97edf8971ce4adad3ee53cbfa406b7ef.tar.gz
4165
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 4a64232e..0c9d72b8 100644
--- a/html/filesystem.mu.html
+++ b/html/filesystem.mu.html
@@ -71,7 +71,7 @@ if ('onhashchange' in window) {
 <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#L67'>write</a> sink-file, c
-<span id="L14" class="LineNr">14 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
+<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
 <span id="L17" class="LineNr">17 </span>  <span class="Comment"># make sure to wait for the file to be actually written to disk</span>