about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-26 02:05:46 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-26 02:05:46 -0700
commitc15dedb7e2389d765bd07ea304fe33660763583b (patch)
tree79015c182e9388fcf209fcf4bb0a2d1c47c5d254 /index.html
parent657b0b6043655bc4392d7242c46f37b7a2b08056 (diff)
downloadmu-c15dedb7e2389d765bd07ea304fe33660763583b.tar.gz
1468
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 9d4cc4cd..977cfafd 100644
--- a/index.html
+++ b/index.html
@@ -143,9 +143,9 @@ writing from them to stall without taking up CPU resources.
 
 <p><b>Part V</b>: Nascent tools for browsing mu codebases, and for teaching
 programming to non-programmers by getting them hooked on the value of tests.
-The eventual goal is <b>an environment that watches the programmers try out the
-code they write, and turns the interactive sessions into reproducible test
-scenarios.</b>
+The eventual goal is <b>an environment that watches programmers as they
+manually test their code, and turns these interactive sessions into
+reproducible test scenarios.</b>
 
 <p/><a href='html/070display.cc.html'>070display.cc</a>: primitives for using
 the keyboard and screen.