diff en/ch08-undo.xml @ 810:1a0a78e197c3

Incorporate feedback from Greg Lindahl.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 24 Apr 2009 00:27:05 -0700
parents 557552d4699f
children
line wrap: on
line diff
--- a/en/ch08-undo.xml	Thu Apr 23 22:24:02 2009 -0700
+++ b/en/ch08-undo.xml	Fri Apr 24 00:27:05 2009 -0700
@@ -821,7 +821,7 @@
     <para id="x_127">The idea behind the <command role="hg-cmd">hg
 	bisect</command> command is that a changeset has introduced
       some change of behavior that you can identify with a simple
-      binary test.  You don't know which piece of code introduced the
+      pass/fail test.  You don't know which piece of code introduced the
       change, but you know how to test for the presence of the bug.
       The <command role="hg-cmd">hg bisect</command> command uses your
       test to direct its search for the changeset that introduced the