Skip to content

Commit 6408f10

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

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
@@ -24,7 +24,7 @@ TypeScript는 타입이 다른 타입으로 대체할 수 있을 때 타입을
2424
예를 들어, 함수를 호출할 때 각 인수의 타입은 매개 변수로 선언된 유형에 _할당할 수_ 있어야 합니다.
2525

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

2929
## 예시들 (Examples)
3030

0 commit comments

Comments
 (0)