about summary refs log tree commit diff stats
path: root/082scenario_screen.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-18 21:13:22 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-18 21:13:22 -0700
commit7cc017e545cb3d4c4b67403eff0c82993e2b587b (patch)
tree2d88fcbd05f628c7da0ec8f77e7f44d59fea5001 /082scenario_screen.cc
parenta621ef95f4728d15bdf0b1828ac7dd6ac5af2795 (diff)
downloadmu-7cc017e545cb3d4c4b67403eff0c82993e2b587b.tar.gz
3226
Diffstat (limited to '082scenario_screen.cc')
-rw-r--r--082scenario_screen.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/082scenario_screen.cc b/082scenario_screen.cc
index d150ba3a..006547f9 100644
--- a/082scenario_screen.cc
+++ b/082scenario_screen.cc
@@ -1,8 +1,8 @@
 //: Clean syntax to manipulate and check the screen in scenarios.
 //: Instructions 'assume-screen' and 'screen-should-contain' implicitly create
-//: a variable called 'screen' that is accessible inside other 'run'
-//: instructions in the scenario. 'screen-should-contain' can check unicode
-//: characters in the fake screen
+//: a variable called 'screen' that is accessible to later instructions in the
+//: scenario. 'screen-should-contain' can check unicode characters in the fake
+//: screen
 
 //: first make sure we don't mangle these functions in other transforms
 :(before "End initialize_transform_rewrite_literal_string_to_text()")