add missing: )

This commit is contained in:
Erkan Yilmaz
2012-03-08 13:57:01 +01:00
parent 7bef32522e
commit 03caa9b349

View 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).