Skip to content

Commit f739d26

Browse files
committed
insert missing brace
1 parent 1581427 commit f739d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Quoting the Ruby Koans instructions::
133133
"In test-driven development the mantra has always been, red, green,
134134
refactor. Write a failing test and run it (red), make the test pass
135135
(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
136+
can make it any better). In this case you will need to run the koan
137137
and see it fail (red), make the test pass (green), then take a
138138
moment and reflect upon the test to see what it is teaching you
139139
and improve the code to better communicate its intent (refactor)."

0 commit comments

Comments
 (0)