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 f04bdbf commit dabe2d2Copy full SHA for dabe2d2
docs/playground/ko/TypeScript/Language/Structural Typing.ts
@@ -82,4 +82,4 @@ createBall = createRedBall;
82
createRedBall = createBall;
83
84
// 첫 번째 할당은 동작하지만 (둘 다 diameter가 있음),
85
-// 두 번째는 동작하지 않습니다. (공은 색상이 없음)
+// 두 번째는 동작하지 않습니다. (ball은 color가 없음)
0 commit comments