Skip to content

Commit 2d66ceb

Browse files
yahma25bumkeyy
andauthored
Update docs/playground/ko/JavaScript/Working With Classes/Classes 101.ts
Co-authored-by: Kibeom Kwon <kgbum2222@gmail.com>
1 parent 152187b commit 2d66ceb

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

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

4949
const nameOnlyTruck = new FoodTruck("Salome's Adobo");

0 commit comments

Comments
 (0)