From 00868a186b1dbc424fb9ace644fd4ea7d38f22aa Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 14 Mar 2017 08:28:41 -0700 Subject: 3794 Fix a _very_ misleading comment. --- html/edit/005-sandbox.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html') diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html index 0d1f536a..99df1990 100644 --- a/html/edit/005-sandbox.mu.html +++ b/html/edit/005-sandbox.mu.html @@ -481,7 +481,7 @@ if ('onhashchange' in window) { 418 move-cursor screen, row, left 419 ] 420 - 421 # like 'render' for texts, but with colorization for comments like in the editor + 421 # like 'render-text', but with colorization for comments like in the editor 422 def render-code screen:&:screen, s:text, left:num, right:num, row:num -> row:num, screen:&:screen [ 423 local-scope 424 load-ingredients @@ -499,7 +499,7 @@ if ('onhashchange' in window) { 436 ¦ done? <- greater-or-equal row, screen-height 437 ¦ break-if done? 438 ¦ c:char <- index *s, i - 439 ¦ <character-c-received> # only line different from render + 439 ¦ <character-c-received> # only line different from 'render-text' 440 ¦ { 441 ¦ ¦ # at right? wrap. 442 ¦ ¦ at-right?:bool <- equal column, right -- cgit 1.4.1-2-gfad0