Skip to content

Commit 30593f2

Browse files
authored
Merge pull request #311 from ut-code/fix-calendar-script
Add space before comment
2 parents 95c2a24 + 14fc399 commit 30593f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/2-browser-apps/09-project/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ const endDate = new Date(year, month + 1, 0);
4444
- 後で日付の下に予定を追加したり予定を編集したりしたいので、予定を書き込むための要素も作ったうえで、その要素を保存するオブジェクトを作っておきましょう。
4545

4646
```javascript
47-
//予定を書き込むための要素を格納するオブジェクト
47+
// 予定を書き込むための要素を格納するオブジェクト
4848
const container = {};
49-
//ここに予定を打ち込む要素を保存しておく
49+
// ここに予定を打ち込む要素を保存しておく
5050
```
5151

5252
### 2 について

0 commit comments

Comments
 (0)