Skip to content

Commit e01d6b2

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

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
@@ -24,7 +24,7 @@ ball = sphere;
2424

2525
// Ball과 Sphere의 모든 멤버를
2626
// 구조적으로 포함하는 타입을 추가하면,
27-
// 공이나 구체가 되도록 설정할 수도 있습니다.
27+
// ball이나 sphere가 되도록 설정할 수도 있습니다.
2828

2929
interface Tube {
3030
diameter: number;

0 commit comments

Comments
 (0)