We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ca5ee commit 6408f10Copy full SHA for 6408f10
docs/documentation/ko/handbook-v2/Understanding Errors.md
@@ -24,7 +24,7 @@ TypeScript는 타입이 다른 타입으로 대체할 수 있을 때 타입을
24
예를 들어, 함수를 호출할 때 각 인수의 타입은 매개 변수로 선언된 유형에 _할당할 수_ 있어야 합니다.
25
26
비공식적으로 `T is not assignable to S`라고 하면 TypeScript는 "_`T`와 `S`는 호환되지 않는다"_.고 말한다고 생각하면됩니다.
27
-그러나, 이것은 _방향성이 있는_ 관계라는 점에 유의하십시오: `S`가 `T`에 할당될 수 있다고 해서 `T`가 `S`에 할당될 수 있는 것은 아닙니다.
+그러나, 이것은 _방향성이 있는_ 관계라는 점에 유의하세요: `S`가 `T`에 할당될 수 있다고 해서 `T`가 `S`에 할당될 수 있는 것은 아닙니다.
28
29
## 예시들 (Examples)
30
0 commit comments