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 b73b232 commit 1f24147Copy full SHA for 1f24147
docs/playground/ko/TypeScript/Language/Structural Typing.ts
@@ -7,7 +7,7 @@
7
// example:nominal-typing 를 참고하세요.
8
9
// 예를 들어, 구조적 타입 시스템에서
10
-// 이러한 두 가지 인터페이스는 완전히 이동시킬 수 있습니다:
+// 이러한 두 가지 인터페이스는 서로 양도할 수 있습니다.
11
12
interface Ball {
13
diameter: number;
0 commit comments