Skip to content

Commit 3a3d633

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

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
@@ -38,7 +38,7 @@ ball = tube;
3838

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

4343
// TypeScript는 타입의 각 멤버를
4444
// 서로 비교하여 동등한지 확인합니다.

0 commit comments

Comments
 (0)