Skip to content

Commit 7dc6a92

Browse files
committed
Fix to remove the space
1 parent 49aec7a commit 7dc6a92

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

+1-1
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)