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 4952e7f commit b73b232Copy full SHA for b73b232
docs/playground/ko/TypeScript/Language/Structural Typing.ts
@@ -4,7 +4,7 @@
4
5
// 두 가지 타입을 만들 수 있지만,
6
// 서로 할당할 수 없는 명목적 타입 시스템과는 대조적입니다.
7
-// 예제를 살펴보세요:nominal-typing
+// example:nominal-typing 를 참고하세요.
8
9
// 예를 들어, 구조적 타입 시스템에서
10
// 이러한 두 가지 인터페이스는 완전히 이동시킬 수 있습니다:
0 commit comments