about summary refs log tree commit diff stats
path: root/html/edit
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-04-18 15:44:31 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-04-18 15:44:31 -0700
commit978803c5ef53260b775bc0be36e8646ba9c5d9a1 (patch)
tree50a8a7766735c8d18c5b128cf8ee28691383cc0d /html/edit
parent6c52e24e2996a77aa6297b26159003d503aef8a0 (diff)
downloadmu-978803c5ef53260b775bc0be36e8646ba9c5d9a1.tar.gz
3831
Fix CI.
Diffstat (limited to 'html/edit')
-rw-r--r--html/edit/005-sandbox.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html
index 9eb7d9f8..fe769594 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#L126'>buffer</a> <span class="Special">&lt;-</span> <a href='../061text.mu.html#L131'>new-buffer</a><span class="Constant"> 80</span>
+<span id="L699" class="LineNr"> 699 </span>  buf:&amp;:<a href='../061text.mu.html#L126'>buffer</a>:char <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;:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>: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>