Skip to content

Commit 1f24147

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

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
@@ -7,7 +7,7 @@
77
// example:nominal-typing 를 참고하세요.
88

99
// 예를 들어, 구조적 타입 시스템에서
10-
// 이러한 두 가지 인터페이스는 완전히 이동시킬 수 있습니다:
10+
// 이러한 두 가지 인터페이스는 서로 양도할 수 있습니다.
1111

1212
interface Ball {
1313
diameter: number;

0 commit comments

Comments
 (0)