add missing: )
authorErkan Yilmaz <erkan77@gmail.com>
Thu, 8 Mar 2012 12:57:01 +0000 (13:57 +0100)
committerErkan Yilmaz <erkan77@gmail.com>
Thu, 8 Mar 2012 12:57:01 +0000 (13:57 +0100)
README.rdoc

index f8208bc..75e53a7 100644 (file)
@@ -71,7 +71,7 @@ Windows is the same thing
 
 In test-driven development the mantra has always been, red, green, refactor.  Write a
 failing test and run it (red), make the test pass (green), then refactor it (that is
-look at the code and see if you can make it any better.  In this case you will need
+look at the code and see if you can make it any better).  In this case you will need
 to run the koan and see it fail (red), make the test pass (green), then take a
 moment and reflect upon the test to see what it is teaching you and improve the
 code to better communicate its intent (refactor).