Skip to content

Commit 49aec7a

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

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
@@ -49,7 +49,7 @@ class FoodTruck extends Vendor {
4949
const nameOnlyTruck = new FoodTruck("Salome's Adobo");
5050

5151
// 매개변수 2개를 정확하게 전달하면
52-
// FoodTruck의 새로운 인스턴스를 생성할 수 있음:
52+
// FoodTruck의 새로운 인스턴스를 생성할 수 있습니다:
5353

5454
const truck = new FoodTruck("Dave's Doritos", "junk");
5555
console.log(truck.greet());

0 commit comments

Comments
 (0)