Fix typo '출돌' to '충돌' (#6)

This commit is contained in:
Youngteac Hong 2020-11-19 01:14:36 +09:00 committed by GitHub
parent c656d0887f
commit 3c45766c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1685,7 +1685,7 @@ func f(list []int) {
### 변수의 범위를 줄여라 (Reduce Scope of Variables)
가능한 변수의 범위를 줄여라. 만약 [Reduce Nesting](#reduce-nesting)과의 돌하는 경우 범위를 줄이면 안된다.
가능한 변수의 범위를 줄여라. 만약 [Reduce Nesting](#reduce-nesting)과의 돌하는 경우 범위를 줄이면 안된다.
<table>
<thead><tr><th>Bad</th><th>Good</th></tr></thead>