about summary refs log tree commit diff stats
path: root/html/edit/005-sandbox.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/edit/005-sandbox.mu.html')
-rw-r--r--html/edit/005-sandbox.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html
index d7c45d7d..8346152a 100644
--- a/html/edit/005-sandbox.mu.html
+++ b/html/edit/005-sandbox.mu.html
@@ -759,7 +759,7 @@ if ('onhashchange' in window) {
 <span id="L696" class="LineNr"> 696 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L696'>editor-contents</a> editor:&amp;:editor<span class="muRecipe"> -&gt; </span>result:text [
 <span id="L697" class="LineNr"> 697 </span>  <span class="Constant">local-scope</span>
 <span id="L698" class="LineNr"> 698 </span>  <span class="Constant">load-ingredients</span>
-<span id="L699" class="LineNr"> 699 </span>  buf:&amp;:<a href='../061text.mu.html#L127'>buffer</a> <span class="Special">&lt;-</span> <a href='../061text.mu.html#L132'>new-buffer</a><span class="Constant"> 80</span>
+<span id="L699" class="LineNr"> 699 </span>  buf:&amp;:buffer <span class="Special">&lt;-</span> <a href='../061text.mu.html#L131'>new-buffer</a><span class="Constant"> 80</span>
 <span id="L700" class="LineNr"> 700 </span>  curr:&amp;:duplex-list:char <span class="Special">&lt;-</span> get *editor, <span class="Constant">data:offset</span>
 <span id="L701" class="LineNr"> 701 </span>  <span class="Comment"># skip § sentinel</span>
 <span id="L702" class="LineNr"> 702 </span>  assert curr, <span class="Constant">[editor without data is illegal; must have at least a sentinel]</span>
@@ -772,7 +772,7 @@ if ('onhashchange' in window) {
 <span id="L709" class="LineNr"> 709 </span>  <span class="Conceal">¦</span> curr <span class="Special">&lt;-</span> <a href='../065duplex_list.mu.html#L29'>next</a> curr
 <span id="L710" class="LineNr"> 710 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L711" class="LineNr"> 711 </span>  <span class="Delimiter">}</span>
-<span id="L712" class="LineNr"> 712 </span>  result <span class="Special">&lt;-</span> <a href='../061text.mu.html#L329'>buffer-to-array</a> buf
+<span id="L712" class="LineNr"> 712 </span>  result <span class="Special">&lt;-</span> <a href='../061text.mu.html#L328'>buffer-to-array</a> buf
 <span id="L713" class="LineNr"> 713 </span>]
 <span id="L714" class="LineNr"> 714 </span>
 <span id="L715" class="LineNr"> 715 </span><span class="muScenario">scenario</span> editor-provides-edited-contents [