Skip to content

Commit a6fdaa2

Browse files
yahma25yeonjuan
andauthored
Update docs/playground/ko/JavaScript/Working With Classes/Generic Classes.ts
Co-authored-by: YeonJuan <[email protected]>
1 parent da5a173 commit a6fdaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/ko/JavaScript/Working With Classes/Generic Classes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const mixedDrawer = new Drawer<Sock | TShirt>();
5454
// 클래스에 프로퍼티를 제공할 것입니다:
5555

5656
// playground에서 작업하기 위해서,
57-
// 여러분은 JavaScript 파일이 되도록 설정을 변경하고
57+
// JavaScript 파일로 설정을 변경하고
5858
// 위에 있는 TypeScript 코드를 제거해야 합니다
5959

6060
/**

0 commit comments

Comments
 (0)