Skip to content

Commit 512c3be

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

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
@@ -16,7 +16,7 @@ TypeScript의 타입 시스템은 구조적이기 때문에, 문제를 발견한
1616

1717
#### _할당할 수 있는_ (_assignable to_)
1818

19-
TypeScript는 _할당할 수 있는_ 다른 형식(하나의 형식을 대체할 수 있는 경우)을 고려합니다.
19+
TypeScript는 타입이 다른 타입으로 대체할 수 있을 때 타입을 다른 타입에 _할당할 수_ 있다 라고 표현합니다.
2020
다시 말해 `고양이``동물`을 대신할 수 있는 존재이기 때문에 `동물`에게 _할당할 수 있는_ 존재입니다.
2121

2222
이 관계는 이름에서 알 수 있듯이, `t``s`의 유형을 조사하여 할당 `t = s;`의 타당성을 확인하는 데 사용됩니다.

0 commit comments

Comments
 (0)