about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-03-08 23:47:13 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-03-08 23:47:13 -0800
commit2341f1f225b71a14615263044adc04da837a8834 (patch)
tree8a5910dfc524d453c010c73edc3b6a90afb7a6a7
parent8bec2907aa8f5c9394a753c8efaf8b32634d89ca (diff)
downloadmu-2341f1f225b71a14615263044adc04da837a8834.tar.gz
3771
-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 72a4745f..64776808 100644
--- a/html/filesystem.mu.html
+++ b/html/filesystem.mu.html
@@ -75,7 +75,7 @@ if ('onhashchange' in window) {
 <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>
-<span id="L18" class="LineNr">18 </span>  <span class="Comment"># (Mu practices structured concurrency: <a href="http://250bpm.com/blog:71)">http://250bpm.com/blog:71)</a></span>
+<span id="L18" class="LineNr">18 </span>  <span class="Comment"># (Mu practices structured concurrency: <a href="http://250bpm.com/blog:71">http://250bpm.com/blog:71</a>)</span>
 <span id="L19" class="LineNr">19 </span>  wait-for-routine write-routine
 <span id="L20" class="LineNr">20 </span>]
 </pre>