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 1f24147 commit e01d6b2Copy full SHA for e01d6b2
docs/playground/ko/TypeScript/Language/Structural Typing.ts
@@ -24,7 +24,7 @@ ball = sphere;
24
25
// Ball과 Sphere의 모든 멤버를
26
// 구조적으로 포함하는 타입을 추가하면,
27
-// 공이나 구체가 되도록 설정할 수도 있습니다.
+// ball이나 sphere가 되도록 설정할 수도 있습니다.
28
29
interface Tube {
30
diameter: number;
0 commit comments