Skip to content

Commit 38ca5ee

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

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
@@ -23,7 +23,7 @@ TypeScript는 타입이 다른 타입으로 대체할 수 있을 때 타입을
2323
또한 두 가지 타입이 상호 작용하는 대부분의 위치에서 확인할 때에도 사용됩니다.
2424
예를 들어, 함수를 호출할 때 각 인수의 타입은 매개 변수로 선언된 유형에 _할당할 수_ 있어야 합니다.
2525

26-
비공식적으로 `T는 S에 할당할 수 없습니다`라고 하면 TypeScript는 "_`T``S`는 호환되지 않는다"_.고 말한다고 생각하면됩니다.
26+
비공식적으로 `T is not assignable to S`라고 하면 TypeScript는 "_`T``S`는 호환되지 않는다"_.고 말한다고 생각하면됩니다.
2727
그러나, 이것은 _방향성이 있는_ 관계라는 점에 유의하십시오: `S``T`에 할당될 수 있다고 해서 `T``S`에 할당될 수 있는 것은 아닙니다.
2828

2929
## 예시들 (Examples)

0 commit comments

Comments
 (0)