From 615f4a970a2fa5c91766ee585a7d531b083f4bff Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 23 Sep 2017 19:30:00 -0700 Subject: 4003 --- html/edit/005-sandbox.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/edit/005-sandbox.mu.html') diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html index b48c7e40..5272c8bd 100644 --- a/html/edit/005-sandbox.mu.html +++ b/html/edit/005-sandbox.mu.html @@ -746,7 +746,7 @@ if ('onhashchange' in window) { 683 def editor-contents editor:&:editor -> result:text [ 684 local-scope 685 load-ingredients - 686 buf:&:buffer:char <- new-buffer 80 + 686 buf:&:buffer:char <- new-buffer 80 687 curr:&:duplex-list:char <- get *editor, data:offset 688 # skip § sentinel 689 assert curr, [editor without data is illegal; must have at least a sentinel] @@ -759,7 +759,7 @@ if ('onhashchange' in window) { 696 ¦ curr <- next curr 697 ¦ loop 698 } - 699 result <- buffer-to-array buf + 699 result <- buffer-to-array buf 700 ] 701 702 scenario editor-provides-edited-contents [ -- cgit 1.4.1-2-gfad0