We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713364b commit 2f04992Copy full SHA for 2f04992
docs/documentation/ko/handbook-v2/Understanding Errors.md
@@ -51,7 +51,7 @@ a = b
51
1. `b` 타입은 `a` 타입에 할당 가능한가요? 아뇨. 왜요?
52
2. 왜냐하면 `m` 속성의 타입이 호환되지 않기 때문입니다. 왜죠?
53
3. 왜냐하면 `b`의 `m` 속성(`string[]`)은 `a`의 `m` 속성(`number[]`)에 할당할 수 없기 때문입니다. 왜죠?
54
-4. 한 배열의 요소 유형(`string`)을 다른 배열(`number`)에 할당할 수 없기 때문입니다.
+4. 한 배열의 요소 타입(`string`)을 다른 타입(`number`)에 할당할 수 없기 때문입니다.
55
56
### 추가 속성 (Extra Properties)
57
0 commit comments