Skip to content

Commit b3d7fa5

Browse files
hyunjineebumkeyy
andauthored
Update docs/documentation/ko/handbook-v2/Understanding Errors.md
요구사항 수정 Co-authored-by: Kibeom Kwon <[email protected]>
1 parent 579b77e commit b3d7fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/ko/handbook-v2/Understanding Errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ let b = { m: [""] }
4545
a = b
4646
```
4747

48-
마지막 줄을 확인하는 동안 TypeScript에서 오류가 발생했습니다.
48+
마지막 줄에서 TypeScript는 오류를 발견했습니다.
4949
오류 발생에 대한 논리는 할당이 정상인지 확인하는 논리에서 비롯됩니다:
5050

5151
1. `b` 타입은 `a` 타입에 할당 가능한가요? 아뇨. 왜요?

0 commit comments

Comments
 (0)