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 f7fb9e3 commit 3a3d633Copy full SHA for 3a3d633
docs/playground/ko/TypeScript/Language/Structural Typing.ts
@@ -38,7 +38,7 @@ ball = tube;
38
39
// ball은 length를 갖고 있지 않아서, tube 변수에 할당할 수 없습니다.
40
// 하지만, Ball의 모든 멤버는
41
-// 튜브 내부에 속하니 할당할 수 있습니다.
+// tube 내부에 속하니 할당할 수 있습니다.
42
43
// TypeScript는 타입의 각 멤버를
44
// 서로 비교하여 동등한지 확인합니다.
0 commit comments