Skip to content

Commit 615ec85

Browse files
committed
docs: update comments
1 parent dee2ffb commit 615ec85

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/{version}/YYYY/YYYYMMDD.json)
35+
// 日付付きの JSON ファイルとして保存(例: docs/v3/2026/20260322.json)
3636
// 最新データとして today.json にも保存
3737
$saver = new ProgramSaver();
3838
$saver->save($programs, "docs/{$version}/" . $date->format('Y') . '/' . $date->format('Ymd') . '.json');

0 commit comments

Comments
 (0)