From c87bf4c3063566ab78ef27a20e750066ce9776c5 Mon Sep 17 00:00:00 2001 From: Jaga Santagostino Date: Fri, 26 Apr 2019 21:47:20 +0200 Subject: [PATCH] =?UTF-8?q?fix=20typo=20=E2=9C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reflection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflection.md b/reflection.md index 0a4dc95cd..186bf4c3c 100644 --- a/reflection.md +++ b/reflection.md @@ -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)) {