about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to '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 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>