Skip to content

Commit 4efb656

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

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
@@ -17,7 +17,7 @@ TypeScript의 타입 시스템은 구조적이기 때문에, 문제를 발견한
1717
#### _할당할 수 있는_ (_assignable to_)
1818

1919
TypeScript는 타입이 다른 타입으로 대체할 수 있을 때 타입을 다른 타입에 _할당할 수_ 있다 라고 표현합니다.
20-
다시 말해 `고양이``동물`대신할있는 존재이기 때문에 `동물`에게 _할당할 수 있는_ 존재입니다.
20+
다시 말해 `고양이``동물`대체할있기 때문에 `동물`에게 _할당할 _ 있습니다.
2121

2222
이 관계는 이름에서 알 수 있듯이, `t``s`의 유형을 조사하여 할당 `t = s;`의 타당성을 확인하는 데 사용됩니다.
2323
또한 두 가지 유형이 상호 작용하는 대부분의 다른 위치를 확인하는 데도 사용됩니다.

0 commit comments

Comments
 (0)