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 579b77e commit b3d7fa5Copy full SHA for b3d7fa5
docs/documentation/ko/handbook-v2/Understanding Errors.md
@@ -45,7 +45,7 @@ let b = { m: [""] }
45
a = b
46
```
47
48
-마지막 줄을 확인하는 동안 TypeScript에서 오류가 발생했습니다.
+마지막 줄에서 TypeScript는 오류를 발견했습니다.
49
오류 발생에 대한 논리는 할당이 정상인지 확인하는 논리에서 비롯됩니다:
50
51
1. `b` 타입은 `a` 타입에 할당 가능한가요? 아뇨. 왜요?
0 commit comments