diff --git a/README.md b/README.md index 01eec5b..791d211 100644 --- a/README.md +++ b/README.md @@ -1685,7 +1685,7 @@ func f(list []int) { ### 변수의 범위를 줄여라 (Reduce Scope of Variables) -가능한 변수의 범위를 줄여라. 만약 [Reduce Nesting](#reduce-nesting)과의 출돌하는 경우 범위를 줄이면 안된다. +가능한 변수의 범위를 줄여라. 만약 [Reduce Nesting](#reduce-nesting)과의 충돌하는 경우 범위를 줄이면 안된다.
BadGood