Skip to content

Commit

Permalink
fix typo ✍
Browse files Browse the repository at this point in the history
  • Loading branch information
kandros committed Apr 26, 2019
1 parent a458e06 commit c87bf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflection.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ How do you feel right now? It felt like maybe a nice abstraction at the time but

_This is OK!_ Refactoring is a journey and sometimes we will make mistakes. A major point of TDD is it gives us the freedom to try these things out.

By taking small steps backed by steps this is in no way an irreversible situation. Let's just put it back to how it was before the refactor.
By taking small steps backed by tests this is in no way an irreversible situation. Let's just put it back to how it was before the refactor.

```go
func walk(x interface{}, fn func(input string)) {
Expand Down

0 comments on commit c87bf4c

Please sign in to comment.