Skip to content

Commit dabe2d2

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

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
@@ -82,4 +82,4 @@ createBall = createRedBall;
8282
createRedBall = createBall;
8383

8484
// 첫 번째 할당은 동작하지만 (둘 다 diameter가 있음),
85-
// 두 번째는 동작하지 않습니다. (공은 색상이 없음)
85+
// 두 번째는 동작하지 않습니다. (ball은 color가 없음)

0 commit comments

Comments
 (0)