about summary refs log tree commit diff stats
path: root/html/apps/ex2.2.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/ex2.2.mu.html')
-rw-r--r--html/apps/ex2.2.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/ex2.2.mu.html b/html/apps/ex2.2.mu.html
index 4ba854ac..4cab5df4 100644
--- a/html/apps/ex2.2.mu.html
+++ b/html/apps/ex2.2.mu.html
@@ -59,7 +59,7 @@ if ('onhashchange' in window) {
 <span id="L3" class="LineNr"> 3 </span><span class="Delimiter">}</span>
 <span id="L4" class="LineNr"> 4 </span>
 <span id="L5" class="LineNr"> 5 </span><span class="PreProc">fn</span> foo<span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
-<span id="L6" class="LineNr"> 6 </span>  var n: int
+<span id="L6" class="LineNr"> 6 </span>  <span class="PreProc">var</span> n: int
 <span id="L7" class="LineNr"> 7 </span>  copy-to n, 3
 <span id="L8" class="LineNr"> 8 </span>  increment n
 <span id="L9" class="LineNr"> 9 </span>  result <span class="Special">&lt;-</span> copy n