We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1581427 commit f739d26Copy full SHA for f739d26
README.rst
@@ -133,7 +133,7 @@ Quoting the Ruby Koans instructions::
133
"In test-driven development the mantra has always been, red, green,
134
refactor. Write a failing test and run it (red), make the test pass
135
(green), then refactor it (that is look at the code and see if you
136
- can make it any better. In this case you will need to run the koan
+ can make it any better). In this case you will need to run the koan
137
and see it fail (red), make the test pass (green), then take a
138
moment and reflect upon the test to see what it is teaching you
139
and improve the code to better communicate its intent (refactor)."
0 commit comments