about summary refs log tree commit diff stats
path: root/html/continuation4.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-12-03 23:25:40 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-12-03 23:25:40 -0800
commit4a48bedcd1d708a43d43dc6259a4e45c52ea3d00 (patch)
tree85c1b7310cca932797d727a3de8da96eb175d8da /html/continuation4.mu.html
parentef7d834fdd826977cd8d43253052a7b8e1c5aa72 (diff)
downloadmu-4a48bedcd1d708a43d43dc6259a4e45c52ea3d00.tar.gz
4134 - 'input' = 'ingredient'
Diffstat (limited to 'html/continuation4.mu.html')
-rw-r--r--html/continuation4.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/continuation4.mu.html b/html/continuation4.mu.html
index 2a1cd000..89fbcd3a 100644
--- a/html/continuation4.mu.html
+++ b/html/continuation4.mu.html
@@ -90,7 +90,7 @@ if ('onhashchange' in window) {
 <span id="L30" class="LineNr">30 </span>
 <span id="L31" class="LineNr">31 </span><span class="muRecipe">def</span> <a href='continuation4.mu.html#L31'>create-yielder</a> l:&amp;:<a href='064list.mu.html#L6'>list</a>:num<span class="muRecipe"> -&gt; </span>n:num, done?:bool [
 <span id="L32" class="LineNr">32 </span>  <span class="Constant">local-scope</span>
-<span id="L33" class="LineNr">33 </span>  <span class="Constant">load-ingredients</span>
+<span id="L33" class="LineNr">33 </span>  <span class="Constant">load-inputs</span>
 <span id="L34" class="LineNr">34 </span>  <span class="Delimiter">{</span>
 <span id="L35" class="LineNr">35 </span>  <span class="Conceal">¦</span> done? <span class="Special">&lt;-</span> equal l,<span class="Constant"> 0</span>
 <span id="L36" class="LineNr">36 </span>  <span class="Conceal">¦</span> <span class="muControl">break-if</span> done?