Skip to content

Commit c3a63f8

Browse files
committed
docs: update comments
1 parent 8a098a9 commit c3a63f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scraper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
// 出走表データを JSON ファイルとして保存
35-
// 日付付きの JSON ファイルとして保存(例: docs/v2/2025/20250715.json)
35+
// 日付付きの JSON ファイルとして保存(例: docs/{version}/YYYY/YYYYMMDD.json)
3636
// 最新データとして today.json にも保存
3737
$storage = new ProgramStorage();
3838
$storage->save($programs, "docs/{$version}/" . $date->format('Y') . '/' . $date->format('Ymd') . '.json');

0 commit comments

Comments
 (0)