about summary refs log tree commit diff stats
path: root/html/static-dispatch.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/static-dispatch.mu.html')
-rw-r--r--html/static-dispatch.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/static-dispatch.mu.html b/html/static-dispatch.mu.html
index 58512b91..4012290d 100644
--- a/html/static-dispatch.mu.html
+++ b/html/static-dispatch.mu.html
@@ -66,7 +66,7 @@ if ('onhashchange' in window) {
 <span id="L10" class="LineNr">10 </span>  c <span class="Special">&lt;-</span> add a, b
 <span id="L11" class="LineNr">11 </span>]
 <span id="L12" class="LineNr">12 </span>
-<span id="L13" class="LineNr">13 </span><span class="muRecipe">def</span> main [
+<span id="L13" class="LineNr">13 </span><span class="muRecipe">def</span> <a href='static-dispatch.mu.html#L13'>main</a> [
 <span id="L14" class="LineNr">14 </span>  <span class="Constant">local-scope</span>
 <span id="L15" class="LineNr">15 </span>  a:num <span class="Special">&lt;-</span> test<span class="Constant"> 3</span>  <span class="Comment"># selects single-ingredient version</span>
 <span id="L16" class="LineNr">16 </span>  $print a, <span class="Constant">10/newline</span>