Skip to content

Commit 0a649af

Browse files
GrotaxCopilot
andauthored
Update src/FeedIo/Reader/Result/UpdateStats.php
Co-authored-by: Copilot <[email protected]>
1 parent 896ac77 commit 0a649af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FeedIo/Reader/Result/UpdateStats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function getAverageInterval(): int
142142
}
143143

144144
// some feeds could have very old historic
145-
// articles so eliminate them with statistic
145+
// articles so eliminate them using statistical methods
146146
$q1 = $intervals[(int) floor($count * 0.25)];
147147
$q3 = $intervals[(int) floor($count * 0.75)];
148148
$iqr = $q3 - $q1;

0 commit comments

Comments
 (0)