Skip to content

Commit 74bfe9d

Browse files
committed
見落とし
1 parent 23549ca commit 74bfe9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2-browser-apps/03-class/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ document.write(emptyFunction()); // 値を返さない関数の戻り値は unde
6262

6363
### 課題
6464

65-
`weight_tons``cost` をプロパティとして持ち、 `weight_tons` のデフォルト値が `1` であるクラス `Car` を作成し、 `cost` に好きな値を代入してみましょう。
65+
`weightInTons``cost` をプロパティとして持ち、 `weightInTons` のデフォルト値が `1` であるクラス `Car` を作成し、 `cost` に好きな値を代入してみましょう。
6666

6767
<ViewSource url={import.meta.url} path="_samples/car-class" />
6868

0 commit comments

Comments
 (0)