about summary refs log tree commit diff stats
path: root/html/real-files.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/real-files.mu.html')
-rw-r--r--html/real-files.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/real-files.mu.html b/html/real-files.mu.html
index fe3f0ce3..f3edc213 100644
--- a/html/real-files.mu.html
+++ b/html/real-files.mu.html
@@ -59,7 +59,7 @@ if ('onhashchange' in window) {
 <span id="L3" class="LineNr"> 3 </span><span class="Comment"># before running it, put a character into /tmp/mu-x</span>
 <span id="L4" class="LineNr"> 4 </span><span class="Comment"># after running it, check /tmp/mu-y</span>
 <span id="L5" class="LineNr"> 5 </span>
-<span id="L6" class="LineNr"> 6 </span><span class="muRecipe">def</span> main [
+<span id="L6" class="LineNr"> 6 </span><span class="muRecipe">def</span> <a href='real-files.mu.html#L6'>main</a> [
 <span id="L7" class="LineNr"> 7 </span>  <span class="Constant">local-scope</span>
 <span id="L8" class="LineNr"> 8 </span>  f:num/file <span class="Special">&lt;-</span> $open-file-for-reading <span class="Constant">[/tmp/mu-x]</span>
 <span id="L9" class="LineNr"> 9 </span>  $print <span class="Constant">[file to read from: ]</span>, f, <span class="Constant">10/newline</span>