about summary refs log tree commit diff stats
path: root/html/054static_dispatch.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/054static_dispatch.cc.html')
-rw-r--r--html/054static_dispatch.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/054static_dispatch.cc.html b/html/054static_dispatch.cc.html
index 9112499b..15d4d181 100644
--- a/html/054static_dispatch.cc.html
+++ b/html/054static_dispatch.cc.html
@@ -705,7 +705,7 @@ if ('onhashchange' in window) {
 <span id="L640" class="LineNr">640 </span>  <span class="Normal">s</span>:text<span class="Special"> &lt;- </span><span class="Normal">new</span> [abc]
 <span id="L641" class="LineNr">641 </span>  <span class="Constant">1</span>:num/<span class="Special">raw &lt;- </span>foo s
 <span id="L642" class="LineNr">642 </span>]
-<span id="L643" class="LineNr">643 </span><span class="muRecipe">def</span> foo a:<a href='043space.cc.html#L76'>address</a>:array:character<span class="muRecipe"> -&gt; </span>result:number [
+<span id="L643" class="LineNr">643 </span><span class="muRecipe">def</span> foo a:address:array:character<span class="muRecipe"> -&gt; </span>result:number [
 <span id="L644" class="LineNr">644 </span>  <span class="Identifier">return</span> <span class="Constant">34</span>
 <span id="L645" class="LineNr">645 </span>]
 <span id="L646" class="LineNr">646 </span><span class="Comment"># identical to previous variant once you take type abbreviations into account</span>