We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d66ceb commit 6649f65Copy full SHA for 6649f65
docs/playground/ko/JavaScript/Working With Classes/Classes 101.ts
@@ -44,7 +44,7 @@ class FoodTruck extends Vendor {
44
45
// 새로운 FoodTruck을 생성하기 위하여
46
// 매개변수가 2개 필요하다고 작성했기 때문에
47
-// TypeScript는 매개변수를 오직 하나만 사용할 경우, 에러를 표시:
+// TypeScript는 매개변수를 하나만 사용할 경우, 에러를 표시합니다:
48
49
const nameOnlyTruck = new FoodTruck("Salome's Adobo");
50
0 commit comments