Skip to content

Commit 152187b

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

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
@@ -42,7 +42,7 @@ class FoodTruck extends Vendor {
4242
}
4343
}
4444

45-
// 우리는 새로운 FoodTruck을 생성하기 위하여
45+
// 새로운 FoodTruck을 생성하기 위하여
4646
// 매개변수 2개가 필요하다고 나타냈기 때문에
4747
// TypeScript는 매개변수를 오직 하나만 사용할 경우, 에러를 표시:
4848

0 commit comments

Comments
 (0)