diff options
-rw-r--r-- | edit/004-programming-environment.mu | 2 | ||||
-rw-r--r-- | edit/005-sandbox.mu | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/edit/004-programming-environment.mu b/edit/004-programming-environment.mu index 5b6751aa..0f576ea6 100644 --- a/edit/004-programming-environment.mu +++ b/edit/004-programming-environment.mu @@ -442,7 +442,7 @@ recipe render-sandbox-side [ row:number, column:number, screen, current-sandbox <- render screen, current-sandbox clear-line-delimited screen, column, right row <- add row, 1 - # draw solid line after recipes (you'll see why in later layers) + # draw solid line after code (you'll see why in later layers) draw-horizontal screen, row, left, right, 9473/horizontal row <- add row, 1 clear-screen-from screen, row, left, left, right diff --git a/edit/005-sandbox.mu b/edit/005-sandbox.mu index 2547569d..adf39f6a 100644 --- a/edit/005-sandbox.mu +++ b/edit/005-sandbox.mu @@ -96,8 +96,6 @@ scenario run-and-show-results [ ] ] -# hook into event-loop recipe: read non-unicode keypress from k, process it if -# necessary, then go to next level after <global-keypress> [ # F4? load all code and run all sandboxes. { |