Skip to content

Commit 26374be

Browse files
yahma25bumkeyy
andauthored
Update docs/playground/ko/JavaScript/Working With Classes/Classes 101.ts
Co-authored-by: Kibeom Kwon <[email protected]>
1 parent d17078b commit 26374be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//// { order: 0 }
22

3-
// 클래스는 생성자를 이용해서 생성하는
3+
// 클래스는 생성자를 이용해서 생성되는
44
// JavaScript 오브젝트의 특별한 타입입니다.
55
// 클래스는 오브젝트와 아주 흡사하게 동작하며
66
// Java/C#/Swift 같은 언어와 비슷한 상속 구조를 가집니다.

0 commit comments

Comments
 (0)