Skip to content

Commit f7fb9e3

Browse files
yahma25bumkeyy
andauthored
Update docs/playground/ko/TypeScript/Language/Structural Typing.ts
Co-authored-by: Kibeom Kwon <[email protected]>
1 parent e01d6b2 commit f7fb9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/ko/TypeScript/Language/Structural Typing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let tube: Tube = { diameter: 12, length: 3 };
3636
tube = ball;
3737
ball = tube;
3838

39-
// 공은 길이를 갖고 있지 않아서, 튜브 변수에 할당할 수 없습니다.
39+
// ball은 length를 갖고 있지 않아서, tube 변수에 할당할 수 없습니다.
4040
// 하지만, Ball의 모든 멤버는
4141
// 튜브 내부에 속하니 할당할 수 있습니다.
4242

0 commit comments

Comments
 (0)