about summary refs log tree commit diff stats
path: root/html/mutable.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/mutable.mu.html')
-rw-r--r--html/mutable.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/mutable.mu.html b/html/mutable.mu.html
index 22ab4368..eea20c1b 100644
--- a/html/mutable.mu.html
+++ b/html/mutable.mu.html
@@ -65,7 +65,7 @@ if ('onhashchange' in window) {
 <span id="L8" class="LineNr"> 8 </span>
 <span id="L9" class="LineNr"> 9 </span><span class="muRecipe">def</span> <a href='mutable.mu.html#L9'>foo</a> x:&amp;:num<span class="muRecipe"> -&gt; </span>x:&amp;:num [
 <span id="L10" class="LineNr">10 </span>  <span class="Constant">local-scope</span>
-<span id="L11" class="LineNr">11 </span>  <span class="Constant">load-ingredients</span>
+<span id="L11" class="LineNr">11 </span>  <span class="Constant">load-inputs</span>
 <span id="L12" class="LineNr">12 </span>  *x <span class="Special">&lt;-</span> copy<span class="Constant"> 34</span>
 <span id="L13" class="LineNr">13 </span>]
 </pre>